public static interface UpdateEnvironmentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentRequest.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.UpdateEnvironmentRequest.Builder environmentId(String environmentId)
The environment ID.
environmentId - The environment ID.UpdateEnvironmentRequest.Builder name(String name)
The name of the environment.
name - The name of the environment.UpdateEnvironmentRequest.Builder description(String description)
A description of the environment.
description - A description of the environment.UpdateEnvironmentRequest.Builder monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
monitors - Amazon CloudWatch alarms to monitor during the deployment process.UpdateEnvironmentRequest.Builder monitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
monitors - Amazon CloudWatch alarms to monitor during the deployment process.UpdateEnvironmentRequest.Builder monitors(Consumer<Monitor.Builder>... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #monitors(List) .monitors - a consumer that will call methods on List.Builder #monitors(List) UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.