Class RollbackSnapshotOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.RollbackSnapshotOptions.Builder
-
- Enclosing class:
- RollbackSnapshotOptions
public static class RollbackSnapshotOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RollbackSnapshotOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.RollbackSnapshotOptionsbuild()Builds a RollbackSnapshotOptions.RollbackSnapshotOptions.BuildercatalogName(java.lang.String catalogName)Set the catalogName.RollbackSnapshotOptions.BuilderengineId(java.lang.String engineId)Set the engineId.RollbackSnapshotOptions.BuilderschemaName(java.lang.String schemaName)Set the schemaName.RollbackSnapshotOptions.BuildersnapshotId(java.lang.String snapshotId)Set the snapshotId.RollbackSnapshotOptions.BuildertableName(java.lang.String tableName)Set the tableName.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String engineId, java.lang.String catalogName, java.lang.String schemaName, java.lang.String snapshotId, java.lang.String tableName)Instantiates a new builder with required properties.- Parameters:
engineId- the engineIdcatalogName- the catalogNameschemaName- the schemaNamesnapshotId- the snapshotIdtableName- the tableName
-
-
Method Detail
-
build
public RollbackSnapshotOptions build()
Builds a RollbackSnapshotOptions.- Returns:
- the new RollbackSnapshotOptions instance
-
engineId
public RollbackSnapshotOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId- the engineId- Returns:
- the RollbackSnapshotOptions builder
-
catalogName
public RollbackSnapshotOptions.Builder catalogName(java.lang.String catalogName)
Set the catalogName.- Parameters:
catalogName- the catalogName- Returns:
- the RollbackSnapshotOptions builder
-
schemaName
public RollbackSnapshotOptions.Builder schemaName(java.lang.String schemaName)
Set the schemaName.- Parameters:
schemaName- the schemaName- Returns:
- the RollbackSnapshotOptions builder
-
snapshotId
public RollbackSnapshotOptions.Builder snapshotId(java.lang.String snapshotId)
Set the snapshotId.- Parameters:
snapshotId- the snapshotId- Returns:
- the RollbackSnapshotOptions builder
-
tableName
public RollbackSnapshotOptions.Builder tableName(java.lang.String tableName)
Set the tableName.- Parameters:
tableName- the tableName- Returns:
- the RollbackSnapshotOptions builder
-
authInstanceId
public RollbackSnapshotOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId- the authInstanceId- Returns:
- the RollbackSnapshotOptions builder
-
-