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 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.
      • 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 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