public static interface DeleteApplicationVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteApplicationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteApplicationVersionRequest.Builder |
versionLabel(String versionLabel)
The label of the version to delete.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteApplicationVersionRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.