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 classUpdateEnvironmentOptions.BuilderBuilder.static interfaceUpdateEnvironmentOptions.SizeSize that the environment should be increased to. -
Method Summary
Modifier and Type Method Description Stringdescription()Gets the description.StringenvironmentId()Gets the environmentId.Stringname()Gets the name.UpdateEnvironmentOptions.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 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
-