Interface UpdateApplicationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateApplicationRequest.Builder,,- UpdateApplicationRequest> - M2Request.Builder,- SdkBuilder<UpdateApplicationRequest.Builder,,- UpdateApplicationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateApplicationRequest
@Mutable
@NotThreadSafe
public static interface UpdateApplicationRequest.Builder
extends M2Request.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier of the application you want to update.currentApplicationVersion(Integer currentApplicationVersion) The current version of the application to update.default UpdateApplicationRequest.Builderdefinition(Consumer<Definition.Builder> definition) The application definition for this application.definition(Definition definition) The application definition for this application.description(String description) The description of the application to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.m2.model.M2Request.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe unique identifier of the application you want to update. - Parameters:
- applicationId- The unique identifier of the application you want to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
currentApplicationVersionThe current version of the application to update. - Parameters:
- currentApplicationVersion- The current version of the application to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionThe application definition for this application. You can specify either inline JSON or an S3 bucket location. - Parameters:
- definition- The application definition for this application. You can specify either inline JSON or an S3 bucket location.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
definitionThe application definition for this application. You can specify either inline JSON or an S3 bucket location. This is a convenience method that creates an instance of theDefinition.Builderavoiding the need to create one manually viaDefinition.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(Definition).- Parameters:
- definition- a consumer that will call methods on- Definition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionThe description of the application to update. - Parameters:
- description- The description of the application to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateApplicationRequest.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.
 
- 
overrideConfigurationUpdateApplicationRequest.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.
 
 
-