Class 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String authInstanceId()
      Gets the authInstanceId.
      java.lang.String customPath()
      Gets the customPath.
      java.lang.String engineId()
      Gets the engineId.
      java.lang.String hostname()
      Gets the hostname.
      java.lang.String id()
      Gets the id.
      java.lang.String name()
      Gets the name.
      CreateSchemaOptions.Builder newBuilder()
      New builder.
      java.lang.Long port()
      Gets the port.
      java.lang.String storageName()
      Gets the storageName.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • 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