public class UpdateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateEnvironmentOptions.Builder
Builder.
|
static interface |
UpdateEnvironmentOptions.Size
Size that the environment should be increased to.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
description |
protected java.lang.String |
environmentId |
protected java.lang.String |
name |
protected java.lang.String |
size |
Modifier | Constructor and Description |
---|---|
protected |
UpdateEnvironmentOptions(UpdateEnvironmentOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Gets the description.
|
java.lang.String |
environmentId()
Gets the environmentId.
|
java.lang.String |
name()
Gets the name.
|
UpdateEnvironmentOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
size()
Gets the size.
|
protected java.lang.String environmentId
protected java.lang.String name
protected java.lang.String description
protected java.lang.String size
protected UpdateEnvironmentOptions(UpdateEnvironmentOptions.Builder builder)
public UpdateEnvironmentOptions.Builder newBuilder()
public java.lang.String environmentId()
The ID of the environment.
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 that the environment should be increased to. Environment size cannot be modified when using a Lite plan. Environment size can only increased and not decreased.