public static interface ApplyEnvironmentManagedActionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>
| Modifier and Type | Method and Description |
|---|---|
ApplyEnvironmentManagedActionRequest.Builder |
actionId(String actionId)
The action ID of the scheduled managed action to execute.
|
ApplyEnvironmentManagedActionRequest.Builder |
environmentId(String environmentId)
The environment ID of the target environment.
|
ApplyEnvironmentManagedActionRequest.Builder |
environmentName(String environmentName)
The name of the target environment.
|
ApplyEnvironmentManagedActionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ApplyEnvironmentManagedActionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildApplyEnvironmentManagedActionRequest.Builder environmentName(String environmentName)
The name of the target environment.
environmentName - The name of the target environment.ApplyEnvironmentManagedActionRequest.Builder environmentId(String environmentId)
The environment ID of the target environment.
environmentId - The environment ID of the target environment.ApplyEnvironmentManagedActionRequest.Builder actionId(String actionId)
The action ID of the scheduled managed action to execute.
actionId - The action ID of the scheduled managed action to execute.ApplyEnvironmentManagedActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ApplyEnvironmentManagedActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.