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) |
DeleteApplicationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteApplicationVersionRequest.Builder |
versionLabel(String versionLabel)
The label of the version to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.