Class UpdateTableOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.UpdateTableOptions.Builder
-
- Enclosing class:
- UpdateTableOptions
public static class UpdateTableOptions.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.Builder(java.lang.String catalogName, java.lang.String schemaName, java.lang.String tableName, 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.BuilderauthInstanceId(java.lang.String authInstanceId)Set the authInstanceId.UpdateTableOptions.Builderbody(java.util.Map<java.lang.String,java.lang.Object> body)Set the body.UpdateTableOptionsbuild()Builds a UpdateTableOptions.UpdateTableOptions.BuildercatalogName(java.lang.String catalogName)Set the catalogName.UpdateTableOptions.BuilderengineId(java.lang.String engineId)Set the engineId.UpdateTableOptions.BuilderschemaName(java.lang.String schemaName)Set the schemaName.UpdateTableOptions.BuildertableName(java.lang.String tableName)Set the tableName.UpdateTableOptions.Buildertype(java.lang.String type)Set the type.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(java.lang.String catalogName, java.lang.String schemaName, java.lang.String tableName, java.lang.String engineId, java.util.Map<java.lang.String,java.lang.Object> body)Instantiates a new builder with required properties.- Parameters:
catalogName- the catalogNameschemaName- the schemaNametableName- the tableNameengineId- the engineIdbody- the body
-
-
Method Detail
-
build
public UpdateTableOptions build()
Builds a UpdateTableOptions.- Returns:
- the new UpdateTableOptions instance
-
catalogName
public UpdateTableOptions.Builder catalogName(java.lang.String catalogName)
Set the catalogName.- Parameters:
catalogName- the catalogName- Returns:
- the UpdateTableOptions builder
-
schemaName
public UpdateTableOptions.Builder schemaName(java.lang.String schemaName)
Set the schemaName.- Parameters:
schemaName- the schemaName- Returns:
- the UpdateTableOptions builder
-
tableName
public UpdateTableOptions.Builder tableName(java.lang.String tableName)
Set the tableName.- Parameters:
tableName- the tableName- 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
-
-