Class UpdateEnvironmentOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.UpdateEnvironmentOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateEnvironmentOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateEnvironment options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateEnvironmentOptions.Builder
Builder.static interface
UpdateEnvironmentOptions.Size
Size that the environment should be increased to. -
Method Summary
Modifier and Type Method Description String
description()
Gets the description.String
environmentId()
Gets the environmentId.String
name()
Gets the name.UpdateEnvironmentOptions.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 UpdateEnvironmentOptions builder
-
environmentId
Gets the environmentId.The ID of the environment.
- Returns:
- the environmentId
-
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 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.
- Returns:
- the size
-