Class CreateSchemaOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.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.StringcustomPath()Gets the customPath.java.lang.StringengineId()Gets the engineId.java.lang.Stringhostname()Gets the hostname.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.CreateSchemaOptions.BuildernewBuilder()New builder.java.lang.Longport()Gets the port.java.lang.StringstorageName()Gets the storageName.
-
-
-
Method Detail
-
newBuilder
public CreateSchemaOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSchemaOptions builder
-
engineId
public java.lang.String engineId()
Gets the engineId. Engine id.- Returns:
- the engineId
-
id
public java.lang.String id()
Gets the id. Catalog id.- Returns:
- the id
-
customPath
public java.lang.String customPath()
Gets the customPath. Path within bucket where schema will be created.- Returns:
- the customPath
-
name
public java.lang.String name()
Gets the name. Unique schema name, schemas with same names are not allowed in a catalog.- Returns:
- the name
-
hostname
public java.lang.String hostname()
Gets the hostname. Host name of the HDFS bucket. Need to be provided if using HDFS.- Returns:
- the hostname
-
port
public java.lang.Long port()
Gets the port. Port of the HDFS bucket. Need to be provided if using HDFS.- Returns:
- the port
-
storageName
public java.lang.String storageName()
Gets the storageName. Bucket associated to catalog where schema will be added.- Returns:
- the storageName
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-