Interface UpdateApplicationVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateApplicationVersionRequest
public static interface UpdateApplicationVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateApplicationVersionRequest.BuilderapplicationName(String applicationName)The name of the application associated with this version.UpdateApplicationVersionRequest.Builderdescription(String description)A new description for this version.UpdateApplicationVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApplicationVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApplicationVersionRequest.BuilderversionLabel(String versionLabel)The name of the version to update.-
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 Detail
-
applicationName
UpdateApplicationVersionRequest.Builder applicationName(String applicationName)
The 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 anInvalidParameterValueerror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionLabel
UpdateApplicationVersionRequest.Builder versionLabel(String versionLabel)
The 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 anInvalidParameterValueerror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateApplicationVersionRequest.Builder description(String description)
A 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.
-
overrideConfiguration
UpdateApplicationVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-