public static interface UpdateApplicationRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
applicationId(String applicationId)
The unique identifier of the application you want to update.
|
UpdateApplicationRequest.Builder |
currentApplicationVersion(Integer currentApplicationVersion)
The current version of the application to update.
|
default UpdateApplicationRequest.Builder |
definition(Consumer<Definition.Builder> definition)
The application definition for this application.
|
UpdateApplicationRequest.Builder |
definition(Definition definition)
The application definition for this application.
|
UpdateApplicationRequest.Builder |
description(String description)
The description of the application to update.
|
UpdateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationRequest.Builder applicationId(String applicationId)
The unique identifier of the application you want to update.
applicationId - The unique identifier of the application you want to update.UpdateApplicationRequest.Builder currentApplicationVersion(Integer currentApplicationVersion)
The current version of the application to update.
currentApplicationVersion - The current version of the application to update.UpdateApplicationRequest.Builder definition(Definition definition)
The application definition for this application. You can specify either inline JSON or an S3 bucket location.
definition - The application definition for this application. You can specify either inline JSON or an S3 bucket
location.default UpdateApplicationRequest.Builder definition(Consumer<Definition.Builder> definition)
The 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.Builder avoiding the need to
create one manually via Definition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to definition(Definition).
definition - a consumer that will call methods on Definition.Builderdefinition(Definition)UpdateApplicationRequest.Builder description(String description)
The description of the application to update.
description - The description of the application to update.UpdateApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.