Class CreateEnvironmentOptions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.CreateEnvironmentOptions
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CreateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createEnvironment options.
  • Method Details

    • newBuilder

      public CreateEnvironmentOptions.Builder newBuilder()
      New builder.
      Returns:
      a CreateEnvironmentOptions builder
    • name

      public String name()
      Gets the name.

      Name that identifies the environment.

      Returns:
      the name
    • description

      public String description()
      Gets the description.

      Description of the environment.

      Returns:
      the description
    • size

      public String size()
      Gets the size.

      Size of the environment. In the Lite plan the default and only accepted value is `LT`, in all other plans the default is `S`.

      Returns:
      the size