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