public static class GrantRolesToVirtualizedTableOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String tableName,
String tableSchema)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GrantRolesToVirtualizedTableOptions |
build()
Builds a GrantRolesToVirtualizedTableOptions.
|
GrantRolesToVirtualizedTableOptions.Builder |
roleName(String roleName)
Set the roleName.
|
GrantRolesToVirtualizedTableOptions.Builder |
tableName(String tableName)
Set the tableName.
|
GrantRolesToVirtualizedTableOptions.Builder |
tableSchema(String tableSchema)
Set the tableSchema.
|
public GrantRolesToVirtualizedTableOptions build()
public GrantRolesToVirtualizedTableOptions.Builder tableName(String tableName)
tableName
- the tableNamepublic GrantRolesToVirtualizedTableOptions.Builder tableSchema(String tableSchema)
tableSchema
- the tableSchemapublic GrantRolesToVirtualizedTableOptions.Builder roleName(String roleName)
roleName
- the roleNameCopyright © 2021 IBM Cloud. All rights reserved.