Class UpdateTableOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.UpdateTableOptions.Builder
-
- Enclosing class:
- UpdateTableOptions
public static class UpdateTableOptions.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(java.lang.String catalogId, java.lang.String schemaId, java.lang.String tableId, java.lang.String engineId, 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 UpdateTableOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.UpdateTableOptions.Builder
body(java.util.Map<java.lang.String,java.lang.Object> body)
Set the body.UpdateTableOptions
build()
Builds a UpdateTableOptions.UpdateTableOptions.Builder
catalogId(java.lang.String catalogId)
Set the catalogId.UpdateTableOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.UpdateTableOptions.Builder
schemaId(java.lang.String schemaId)
Set the schemaId.UpdateTableOptions.Builder
tableId(java.lang.String tableId)
Set the tableId.UpdateTableOptions.Builder
type(java.lang.String type)
Set the type.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogId, java.lang.String schemaId, java.lang.String tableId, java.lang.String engineId, java.util.Map<java.lang.String,java.lang.Object> body)
Instantiates a new builder with required properties.- Parameters:
catalogId
- the catalogIdschemaId
- the schemaIdtableId
- the tableIdengineId
- the engineIdbody
- the body
-
-
Method Detail
-
build
public UpdateTableOptions build()
Builds a UpdateTableOptions.- Returns:
- the new UpdateTableOptions instance
-
catalogId
public UpdateTableOptions.Builder catalogId(java.lang.String catalogId)
Set the catalogId.- Parameters:
catalogId
- the catalogId- Returns:
- the UpdateTableOptions builder
-
schemaId
public UpdateTableOptions.Builder schemaId(java.lang.String schemaId)
Set the schemaId.- Parameters:
schemaId
- the schemaId- Returns:
- the UpdateTableOptions builder
-
tableId
public UpdateTableOptions.Builder tableId(java.lang.String tableId)
Set the tableId.- Parameters:
tableId
- the tableId- Returns:
- the UpdateTableOptions builder
-
engineId
public UpdateTableOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId
- the engineId- Returns:
- the UpdateTableOptions builder
-
body
public UpdateTableOptions.Builder body(java.util.Map<java.lang.String,java.lang.Object> body)
Set the body.- Parameters:
body
- the body- Returns:
- the UpdateTableOptions builder
-
type
public UpdateTableOptions.Builder type(java.lang.String type)
Set the type.- Parameters:
type
- the type- Returns:
- the UpdateTableOptions builder
-
authInstanceId
public UpdateTableOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the UpdateTableOptions builder
-
-