Class CreateEngineOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class CreateEngineOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The createEngine options.
    • Method Detail

      • version

        public java.lang.String version()
        Gets the version. Version like 0.278 for presto or else.
        Returns:
        the version
      • engineDetails

        public EngineDetailsBody engineDetails()
        Gets the engineDetails. Node details.
        Returns:
        the engineDetails
      • origin

        public java.lang.String origin()
        Gets the origin. Origin - created or registered.
        Returns:
        the origin
      • type

        public java.lang.String type()
        Gets the type. Engine type presto, others like netezza.
        Returns:
        the type
      • accept

        public java.lang.String accept()
        Gets the accept. The type of the response: or *_/_*.
        Returns:
        the accept
      • description

        public java.lang.String description()
        Gets the description. Engine description.
        Returns:
        the description
      • engineDisplayName

        public java.lang.String engineDisplayName()
        Gets the engineDisplayName. Engine display name.
        Returns:
        the engineDisplayName
      • firstTimeUse

        public java.lang.Boolean firstTimeUse()
        Gets the firstTimeUse. Optional parameter for UI - set as true when first time use.
        Returns:
        the firstTimeUse
      • region

        public java.lang.String region()
        Gets the region. Region (cloud).
        Returns:
        the region
      • associatedCatalogs

        public java.util.List<java.lang.String> associatedCatalogs()
        Gets the associatedCatalogs. Associated catalogs.
        Returns:
        the associatedCatalogs
      • authInstanceId

        public java.lang.String authInstanceId()
        Gets the authInstanceId. Instance ID.
        Returns:
        the authInstanceId