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.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateEnvironmentOptions.BuilderBuilder.static interfaceCreateEnvironmentOptions.SizeSize of the environment. -
Method Summary
Modifier and Type Method Description Stringdescription()Gets the description.Stringname()Gets the name.CreateEnvironmentOptions.BuildernewBuilder()New builder.Stringsize()Gets the size.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a CreateEnvironmentOptions builder
-
name
Gets the name.Name that identifies the environment.
- Returns:
- the name
-
description
Gets the description.Description of the environment.
- Returns:
- the description
-
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
-