Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteApplicationVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
Request to delete an application version.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteApplicationVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationName() |
The name of the application to which the version belongs.
|
static DeleteApplicationVersionRequest.Builder |
builder() |
|
Boolean |
deleteSourceBundle() |
Set to
true to delete the source bundle from your storage bucket. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteApplicationVersionRequest.Builder> |
serializableBuilderClass() |
|
DeleteApplicationVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionLabel() |
The label of the version to delete.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String applicationName()
The name of the application to which the version belongs.
public String versionLabel()
The label of the version to delete.
public 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.
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.public DeleteApplicationVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
public static DeleteApplicationVersionRequest.Builder builder()
public static Class<? extends DeleteApplicationVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.