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 totrueto 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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
trueto 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 totrueto 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -