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.GenericModel
The createSchema options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSchemaOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
bucketName()
Gets the bucketName.java.lang.String
catalogId()
Gets the catalogId.java.lang.String
customPath()
Gets the customPath.java.lang.String
engineId()
Gets the engineId.java.lang.String
hostname()
Gets the hostname.CreateSchemaOptions.Builder
newBuilder()
New builder.java.lang.Long
port()
Gets the port.java.lang.String
schemaName()
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
-
-