Class CreateSchemaOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateSchemaOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSchemaOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createSchema options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSchemaOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.lang.StringbucketName()Gets the bucketName.java.lang.StringcatalogId()Gets the catalogId.java.lang.StringcustomPath()Gets the customPath.java.lang.StringengineId()Gets the engineId.java.lang.Stringhostname()Gets the hostname.CreateSchemaOptions.BuildernewBuilder()New builder.java.lang.Longport()Gets the port.java.lang.StringschemaName()Gets the schemaName.
-
-
-
Method Detail
-
newBuilder
public CreateSchemaOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSchemaOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. Engine name.- Returns:
- the engineId
-
catalogId
public java.lang.String catalogId()
Gets the catalogId. Catalog name.- Returns:
- the catalogId
-
customPath
public java.lang.String customPath()
Gets the customPath. Path associated with bucket.- Returns:
- the customPath
-
schemaName
public java.lang.String schemaName()
Gets the schemaName. Schema name.- Returns:
- the schemaName
-
bucketName
public java.lang.String bucketName()
Gets the bucketName. Bucket associated to metastore where schema will be added.- Returns:
- the bucketName
-
hostname
public java.lang.String hostname()
Gets the hostname. Host name.- Returns:
- the hostname
-
port
public java.lang.Long port()
Gets the port. Port.- Returns:
- the port
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-