public static class UpdateEnvironmentOptions.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String environmentId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEnvironmentOptions | build()Builds a UpdateEnvironmentOptions. | 
| UpdateEnvironmentOptions.Builder | description(String description)Set the description. | 
| UpdateEnvironmentOptions.Builder | environmentId(String environmentId)Set the environmentId. | 
| UpdateEnvironmentOptions.Builder | name(String name)Set the name. | 
| UpdateEnvironmentOptions.Builder | size(String size)Set the size. | 
public Builder()
public Builder(String environmentId)
environmentId - the environmentIdpublic UpdateEnvironmentOptions build()
public UpdateEnvironmentOptions.Builder environmentId(String environmentId)
environmentId - the environmentIdpublic UpdateEnvironmentOptions.Builder name(String name)
name - the namepublic UpdateEnvironmentOptions.Builder description(String description)
description - the descriptionpublic UpdateEnvironmentOptions.Builder size(String size)
size - the sizeCopyright © 2023 IBM Cloud. All rights reserved.