public static interface DeleteEnvironmentConfigurationRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteEnvironmentConfigurationRequest.Builder |
applicationName(String applicationName)
The name of the application the environment is associated with.
|
DeleteEnvironmentConfigurationRequest.Builder |
environmentName(String environmentName)
The name of the environment to delete the draft configuration from.
|
DeleteEnvironmentConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEnvironmentConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEnvironmentConfigurationRequest.Builder applicationName(String applicationName)
The name of the application the environment is associated with.
applicationName - The name of the application the environment is associated with.DeleteEnvironmentConfigurationRequest.Builder environmentName(String environmentName)
The name of the environment to delete the draft configuration from.
environmentName - The name of the environment to delete the draft configuration from.DeleteEnvironmentConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteEnvironmentConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.