public static interface DeleteEnvironmentConfigurationRequest.Builder extends ElasticBeanstalkRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.