Class ListTableSnapshotsOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.ListTableSnapshotsOptions.Builder
-
- Enclosing class:
- ListTableSnapshotsOptions
public static class ListTableSnapshotsOptions.Builder extends java.lang.ObjectBuilder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTableSnapshotsOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.ListTableSnapshotsOptionsbuild()Builds a ListTableSnapshotsOptions.ListTableSnapshotsOptions.BuildercatalogId(java.lang.String catalogId)Set the catalogId.ListTableSnapshotsOptions.BuilderengineId(java.lang.String engineId)Set the engineId.ListTableSnapshotsOptions.BuilderschemaId(java.lang.String schemaId)Set the schemaId.ListTableSnapshotsOptions.BuildertableId(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 ListTableSnapshotsOptions build()
Builds a ListTableSnapshotsOptions.- Returns:
- the new ListTableSnapshotsOptions instance
-
engineId
public ListTableSnapshotsOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId- the engineId- Returns:
- the ListTableSnapshotsOptions builder
-
catalogId
public ListTableSnapshotsOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
catalogId- the catalogId- Returns:
- the ListTableSnapshotsOptions builder
-
schemaId
public ListTableSnapshotsOptions.Builder schemaId(java.lang.String schemaId)
Set the schemaId.- Parameters:
schemaId- the schemaId- Returns:
- the ListTableSnapshotsOptions builder
-
tableId
public ListTableSnapshotsOptions.Builder tableId(java.lang.String tableId)
Set the tableId.- Parameters:
tableId- the tableId- Returns:
- the ListTableSnapshotsOptions builder
-
authInstanceId
public ListTableSnapshotsOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId- the authInstanceId- Returns:
- the ListTableSnapshotsOptions builder
-
-