public static interface DeleteApplicationVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteApplicationVersionRequest.Builder |
applicationName(String applicationName)
The name of the application to which the version belongs.
|
DeleteApplicationVersionRequest.Builder |
deleteSourceBundle(Boolean deleteSourceBundle)
Set to
true to delete the source bundle from your storage bucket. |
DeleteApplicationVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteApplicationVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteApplicationVersionRequest.Builder |
versionLabel(String versionLabel)
The label of the version to delete.
|
buildrequestOverrideConfigcopyapply, buildDeleteApplicationVersionRequest.Builder applicationName(String applicationName)
The name of the application to which the version belongs.
applicationName - The name of the application to which the version belongs.DeleteApplicationVersionRequest.Builder versionLabel(String versionLabel)
The label of the version to delete.
versionLabel - The label of the version to delete.DeleteApplicationVersionRequest.Builder deleteSourceBundle(Boolean deleteSourceBundle)
Set to true to delete the source bundle from your storage bucket. Otherwise, the application
version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.
deleteSourceBundle - Set to true to delete the source bundle from your storage bucket. Otherwise, the
application version is deleted only from Elastic Beanstalk and the source bundle remains in Amazon S3.DeleteApplicationVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteApplicationVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.