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