Class RegisterTableOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RegisterTableOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RegisterTableOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe registerTable options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegisterTableOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringcatalogId()Gets the catalogId.java.lang.StringmetadataLocation()Gets the metadataLocation.RegisterTableOptions.BuildernewBuilder()New builder.java.lang.StringschemaId()Gets the schemaId.java.lang.StringtableName()Gets the tableName.
-
-
-
Method Detail
-
newBuilder
public RegisterTableOptions.Builder newBuilder()
New builder.- Returns:
- a RegisterTableOptions builder
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. catalog id.- Returns:
- the catalogId
-
schemaId
public java.lang.String schemaId()
Gets the schemaId. URL encoded schema name.- Returns:
- the schemaId
-
metadataLocation
public java.lang.String metadataLocation()
Gets the metadataLocation. Metadata location.- Returns:
- the metadataLocation
-
tableName
public java.lang.String tableName()
Gets the tableName. Table name.- Returns:
- the tableName
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-