CopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>, SdkBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>public static interface DeleteApplicationVersionRequest.Builder extends CopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
| Modifier and Type | Method | 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 |
versionLabel(String versionLabel) |
The label of the version to delete.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.