Class DeleteSchemaOptions.Builder
- java.lang.Object
- 
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.DeleteSchemaOptions.Builder
 
- 
- Enclosing class:
- DeleteSchemaOptions
 
 public static class DeleteSchemaOptions.Builder extends java.lang.ObjectBuilder.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteSchemaOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.DeleteSchemaOptionsbuild()Builds a DeleteSchemaOptions.DeleteSchemaOptions.BuildercatalogName(java.lang.String catalogName)Set the catalogName.DeleteSchemaOptions.BuilderengineId(java.lang.String engineId)Set the engineId.DeleteSchemaOptions.BuilderschemaName(java.lang.String schemaName)Set the schemaName.
 
- 
- 
- 
Constructor Detail- 
Builderpublic Builder() Instantiates a new builder.
 - 
Builderpublic Builder(java.lang.String catalogName, java.lang.String engineId, java.lang.String schemaName)Instantiates a new builder with required properties.- Parameters:
- catalogName- the catalogName
- engineId- the engineId
- schemaName- the schemaName
 
 
- 
 - 
Method Detail- 
buildpublic DeleteSchemaOptions build() Builds a DeleteSchemaOptions.- Returns:
- the new DeleteSchemaOptions instance
 
 - 
catalogNamepublic DeleteSchemaOptions.Builder catalogName(java.lang.String catalogName) Set the catalogName.- Parameters:
- catalogName- the catalogName
- Returns:
- the DeleteSchemaOptions builder
 
 - 
engineIdpublic DeleteSchemaOptions.Builder engineId(java.lang.String engineId) Set the engineId.- Parameters:
- engineId- the engineId
- Returns:
- the DeleteSchemaOptions builder
 
 - 
schemaNamepublic DeleteSchemaOptions.Builder schemaName(java.lang.String schemaName) Set the schemaName.- Parameters:
- schemaName- the schemaName
- Returns:
- the DeleteSchemaOptions builder
 
 - 
authInstanceIdpublic DeleteSchemaOptions.Builder authInstanceId(java.lang.String authInstanceId) Set the authInstanceId.- Parameters:
- authInstanceId- the authInstanceId
- Returns:
- the DeleteSchemaOptions builder
 
 
- 
 
-