Class RollbackTableOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.RollbackTableOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RollbackTableOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe rollbackTable options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRollbackTableOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringcatalogId()Gets the catalogId.java.lang.StringengineId()Gets the engineId.RollbackTableOptions.BuildernewBuilder()New builder.java.lang.StringschemaId()Gets the schemaId.java.lang.StringsnapshotId()Gets the snapshotId.java.lang.StringtableId()Gets the tableId.
-
-
-
Method Detail
-
newBuilder
public RollbackTableOptions.Builder newBuilder()
New builder.- Returns:
- a RollbackTableOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. Engine name.- Returns:
- the engineId
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. Catalog ID.- Returns:
- the catalogId
-
schemaId
public java.lang.String schemaId()
Gets the schemaId. Schema ID.- Returns:
- the schemaId
-
tableId
public java.lang.String tableId()
Gets the tableId. Table ID.- Returns:
- the tableId
-
snapshotId
public java.lang.String snapshotId()
Gets the snapshotId. Snapshot Id.- Returns:
- the snapshotId
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. CRN.- Returns:
- the authInstanceId
-
-