public static class UpdateEnvironmentOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
Builder()
Instantiates a new builder. 
 | 
Builder(java.lang.String environmentId)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateEnvironmentOptions | 
build()
Builds a UpdateEnvironmentOptions. 
 | 
UpdateEnvironmentOptions.Builder | 
description(java.lang.String description)
Set the description. 
 | 
UpdateEnvironmentOptions.Builder | 
environmentId(java.lang.String environmentId)
Set the environmentId. 
 | 
UpdateEnvironmentOptions.Builder | 
name(java.lang.String name)
Set the name. 
 | 
UpdateEnvironmentOptions.Builder | 
size(java.lang.String size)
Set the size. 
 | 
public Builder()
public Builder(java.lang.String environmentId)
environmentId - the environmentIdpublic UpdateEnvironmentOptions build()
public UpdateEnvironmentOptions.Builder environmentId(java.lang.String environmentId)
environmentId - the environmentIdpublic UpdateEnvironmentOptions.Builder name(java.lang.String name)
name - the namepublic UpdateEnvironmentOptions.Builder description(java.lang.String description)
description - the descriptionpublic UpdateEnvironmentOptions.Builder size(java.lang.String size)
size - the size