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