public static interface UpdateEnvironmentRequest.Builder extends Cloud9Request.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest.Builder |
description(String description)
Any new or replacement description for the environment.
|
UpdateEnvironmentRequest.Builder |
environmentId(String environmentId)
The ID of the environment to change settings.
|
UpdateEnvironmentRequest.Builder |
name(String name)
A replacement name for the environment.
|
UpdateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentRequest.Builder environmentId(String environmentId)
The ID of the environment to change settings.
environmentId - The ID of the environment to change settings.UpdateEnvironmentRequest.Builder name(String name)
A replacement name for the environment.
name - A replacement name for the environment.UpdateEnvironmentRequest.Builder description(String description)
Any new or replacement description for the environment.
description - Any new or replacement description for the environment.UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.