public static interface DeleteApplicationRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DeleteApplicationRequest.Builder,DeleteApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationRequest.Builder |
applicationName(String applicationName)
The name of the application to delete.
|
DeleteApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteApplicationRequest.Builder |
terminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteApplicationRequest.Builder applicationName(String applicationName)
The name of the application to delete.
applicationName - The name of the application to delete.DeleteApplicationRequest.Builder terminateEnvByForce(Boolean terminateEnvByForce)
When set to true, running environments will be terminated before deleting the application.
terminateEnvByForce - When set to true, running environments will be terminated before deleting the application.DeleteApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteApplicationRequest.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.