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 class
CreateEnvironmentOptions.Builder
Builder.static interface
CreateEnvironmentOptions.Size
Size of the environment. -
Method Summary
Modifier and Type Method Description String
description()
Gets the description.String
name()
Gets the name.CreateEnvironmentOptions.Builder
newBuilder()
New builder.String
size()
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
-