Interface DeleteApplicationVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteApplicationVersionRequest.Builder,
,DeleteApplicationVersionRequest> ElasticBeanstalkRequest.Builder
,SdkBuilder<DeleteApplicationVersionRequest.Builder,
,DeleteApplicationVersionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteApplicationVersionRequest
public static interface DeleteApplicationVersionRequest.Builder
extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DeleteApplicationVersionRequest.Builder,DeleteApplicationVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The name of the application to which the version belongs.deleteSourceBundle
(Boolean deleteSourceBundle) Set totrue
to delete the source bundle from your storage bucket.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.versionLabel
(String versionLabel) The label of the version to delete.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
applicationName
The name of the application to which the version belongs.
- Parameters:
applicationName
- The name of the application to which the version belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabel
The label of the version to delete.
- Parameters:
versionLabel
- The label of the version to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
deleteSourceBundle
- Set totrue
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-