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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteApplicationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
build
requestOverrideConfig
copy
apply, build
DeleteApplicationRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeleteApplicationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.