public static interface CreateEnvironmentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentRequest.Builder,CreateEnvironmentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEnvironmentRequest.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.CreateEnvironmentRequest.Builder name(String name)
A name for the environment.
name - A name for the environment.CreateEnvironmentRequest.Builder description(String description)
A description of the environment.
description - A description of the environment.CreateEnvironmentRequest.Builder monitors(Collection<Monitor> monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
monitors - Amazon CloudWatch alarms to monitor during the deployment process.CreateEnvironmentRequest.Builder monitors(Monitor... monitors)
Amazon CloudWatch alarms to monitor during the deployment process.
monitors - Amazon CloudWatch alarms to monitor during the deployment process.CreateEnvironmentRequest.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) CreateEnvironmentRequest.Builder tags(Map<String,String> tags)
Metadata to assign to the environment. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
tags - Metadata to assign to the environment. Tags help organize and categorize your AppConfig resources.
Each tag consists of a key and an optional value, both of which you define.CreateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.