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