Interface UpdateApplicationVersionRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateApplicationVersionRequest.Builder,,- UpdateApplicationVersionRequest> - ElasticBeanstalkRequest.Builder,- SdkBuilder<UpdateApplicationVersionRequest.Builder,,- UpdateApplicationVersionRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateApplicationVersionRequest
@Mutable
@NotThreadSafe
public static interface UpdateApplicationVersionRequest.Builder
extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationName(String applicationName) The name of the application associated with this version.description(String description) A new description for this version.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.versionLabel(String versionLabel) The name of the version to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationNameThe name of the application associated with this version. If no application is found with this name, UpdateApplicationreturns anInvalidParameterValueerror.- Parameters:
- applicationName- The name of the application associated with this version.- If no application is found with this name, - UpdateApplicationreturns an- InvalidParameterValueerror.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
versionLabelThe name of the version to update. If no application version is found with this label, UpdateApplicationreturns anInvalidParameterValueerror.- Parameters:
- versionLabel- The name of the version to update.- If no application version is found with this label, - UpdateApplicationreturns an- InvalidParameterValueerror.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionA new description for this version. - Parameters:
- description- A new description for this version.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-