Class UpdateTableOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UpdateTableOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateTableOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateTable options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateTableOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accept()
Gets the accept.java.util.List<UpdateTableBodyAddColumnsItems>
addColumns()
Gets the addColumns.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
catalogName()
Gets the catalogName.java.util.List<UpdateTableBodyDropColumnsItems>
dropColumns()
Gets the dropColumns.java.lang.String
engineId()
Gets the engineId.UpdateTableOptions.Builder
newBuilder()
New builder.java.lang.String
newTableName()
Gets the newTableName.java.util.List<UpdateTableBodyRenameColumnsItems>
renameColumns()
Gets the renameColumns.java.lang.String
schemaName()
Gets the schemaName.java.lang.String
tableName()
Gets the tableName.
-
-
-
Method Detail
-
newBuilder
public UpdateTableOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateTableOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. Engine name.- Returns:
- the engineId
-
catalogName
public java.lang.String catalogName()
Gets the catalogName. Catalog name.- Returns:
- the catalogName
-
schemaName
public java.lang.String schemaName()
Gets the schemaName. Schema name.- Returns:
- the schemaName
-
tableName
public java.lang.String tableName()
Gets the tableName. Table name.- Returns:
- the tableName
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: or *_/_*.- Returns:
- the accept
-
addColumns
public java.util.List<UpdateTableBodyAddColumnsItems> addColumns()
Gets the addColumns. Add columns.- Returns:
- the addColumns
-
dropColumns
public java.util.List<UpdateTableBodyDropColumnsItems> dropColumns()
Gets the dropColumns. Drop columns.- Returns:
- the dropColumns
-
newTableName
public java.lang.String newTableName()
Gets the newTableName. New table name.- Returns:
- the newTableName
-
renameColumns
public java.util.List<UpdateTableBodyRenameColumnsItems> renameColumns()
Gets the renameColumns. Rename columns.- Returns:
- the renameColumns
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-