Class RollbackTableOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RollbackTableOptions.Builder
-
- Enclosing class:
- RollbackTableOptions
public static class RollbackTableOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RollbackTableOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.RollbackTableOptions
build()
Builds a RollbackTableOptions.RollbackTableOptions.Builder
catalogId(java.lang.String catalogId)
Set the catalogId.RollbackTableOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.RollbackTableOptions.Builder
schemaId(java.lang.String schemaId)
Set the schemaId.RollbackTableOptions.Builder
snapshotId(java.lang.String snapshotId)
Set the snapshotId.RollbackTableOptions.Builder
tableId(java.lang.String tableId)
Set the tableId.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String engineId, java.lang.String catalogId, java.lang.String schemaId, java.lang.String tableId)
Instantiates a new builder with required properties.- Parameters:
engineId
- the engineIdcatalogId
- the catalogIdschemaId
- the schemaIdtableId
- the tableId
-
-
Method Detail
-
build
public RollbackTableOptions build()
Builds a RollbackTableOptions.- Returns:
- the new RollbackTableOptions instance
-
engineId
public RollbackTableOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId
- the engineId- Returns:
- the RollbackTableOptions builder
-
catalogId
public RollbackTableOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
catalogId
- the catalogId- Returns:
- the RollbackTableOptions builder
-
schemaId
public RollbackTableOptions.Builder schemaId(java.lang.String schemaId)
Set the schemaId.- Parameters:
schemaId
- the schemaId- Returns:
- the RollbackTableOptions builder
-
tableId
public RollbackTableOptions.Builder tableId(java.lang.String tableId)
Set the tableId.- Parameters:
tableId
- the tableId- Returns:
- the RollbackTableOptions builder
-
snapshotId
public RollbackTableOptions.Builder snapshotId(java.lang.String snapshotId)
Set the snapshotId.- Parameters:
snapshotId
- the snapshotId- Returns:
- the RollbackTableOptions builder
-
authInstanceId
public RollbackTableOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the RollbackTableOptions builder
-
-