Class DeleteColumnOptions.Builder
- java.lang.Object
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DeleteColumnOptions.Builder
 
 
- 
- Enclosing class:
 - DeleteColumnOptions
 
public static class DeleteColumnOptions.Builder extends java.lang.ObjectBuilder. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteColumnOptions.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.DeleteColumnOptionsbuild()Builds a DeleteColumnOptions.DeleteColumnOptions.BuildercatalogId(java.lang.String catalogId)Set the catalogId.DeleteColumnOptions.BuildercolumnId(java.lang.String columnId)Set the columnId.DeleteColumnOptions.BuilderengineId(java.lang.String engineId)Set the engineId.DeleteColumnOptions.BuilderschemaId(java.lang.String schemaId)Set the schemaId.DeleteColumnOptions.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, java.lang.String columnId)Instantiates a new builder with required properties.- Parameters:
 engineId- the engineIdcatalogId- the catalogIdschemaId- the schemaIdtableId- the tableIdcolumnId- the columnId
 
 - 
 
- 
Method Detail
- 
build
public DeleteColumnOptions build()
Builds a DeleteColumnOptions.- Returns:
 - the new DeleteColumnOptions instance
 
 
- 
engineId
public DeleteColumnOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
 engineId- the engineId- Returns:
 - the DeleteColumnOptions builder
 
 
- 
catalogId
public DeleteColumnOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
 catalogId- the catalogId- Returns:
 - the DeleteColumnOptions builder
 
 
- 
schemaId
public DeleteColumnOptions.Builder schemaId(java.lang.String schemaId)
Set the schemaId.- Parameters:
 schemaId- the schemaId- Returns:
 - the DeleteColumnOptions builder
 
 
- 
tableId
public DeleteColumnOptions.Builder tableId(java.lang.String tableId)
Set the tableId.- Parameters:
 tableId- the tableId- Returns:
 - the DeleteColumnOptions builder
 
 
- 
columnId
public DeleteColumnOptions.Builder columnId(java.lang.String columnId)
Set the columnId.- Parameters:
 columnId- the columnId- Returns:
 - the DeleteColumnOptions builder
 
 
- 
authInstanceId
public DeleteColumnOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
 authInstanceId- the authInstanceId- Returns:
 - the DeleteColumnOptions builder
 
 
 - 
 
 -