public static interface UpdateApplicationRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
application(String application)
The name or ID of the application that will be updated.
|
UpdateApplicationRequest.Builder |
description(String description)
The new description of the application.
|
UpdateApplicationRequest.Builder |
name(String name)
Deprecated.
Name update for application is deprecated.
|
UpdateApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateApplicationRequest.Builder application(String application)
The name or ID of the application that will be updated.
application - The name or ID of the application that will be updated.@Deprecated UpdateApplicationRequest.Builder name(String name)
Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
name - Deprecated: The new name of the application. The name must be unique in the region in which you are
updating the application. Please do not use this field as we have stopped supporting name updates.UpdateApplicationRequest.Builder description(String description)
The new description of the application.
description - The new description of the application.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.