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