public static class UpdateEnvironmentOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| UpdateEnvironmentOptions.Builder()Instantiates a new builder. | 
| UpdateEnvironmentOptions.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. | 
public UpdateEnvironmentOptions.Builder()
public UpdateEnvironmentOptions.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 description