public class CreateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateEnvironmentOptions.Builder
Builder.
|
static interface |
CreateEnvironmentOptions.Size
Size of the environment.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.String |
size |
Modifier | Constructor and Description |
---|---|
protected |
CreateEnvironmentOptions(CreateEnvironmentOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
name()
Gets the name.
|
CreateEnvironmentOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
size()
Gets the size.
|
protected java.lang.String name
protected java.lang.String description
protected java.lang.String size
protected CreateEnvironmentOptions(CreateEnvironmentOptions.Builder builder)
public CreateEnvironmentOptions.Builder newBuilder()
public java.lang.String name()
Name that identifies the environment.
public java.lang.String description()
Description of the environment.
public java.lang.String 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`.