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.ObjectBuilder. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteSchemaOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.DeleteSchemaOptionsbuild()Builds a DeleteSchemaOptions.DeleteSchemaOptions.BuildercatalogId(java.lang.String catalogId)Set the catalogId.DeleteSchemaOptions.BuilderengineId(java.lang.String engineId)Set the engineId.DeleteSchemaOptions.BuilderschemaId(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
 
 
 - 
 
 -