public static interface UpdateApplicationRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
configurationId(String configurationId)
Configuration ID of the application to be updated.
|
UpdateApplicationRequest.Builder |
description(String description)
New description of the application to be updated.
|
UpdateApplicationRequest.Builder |
name(String name)
New name of the application to be updated.
|
UpdateApplicationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateApplicationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateApplicationRequest.Builder configurationId(String configurationId)
Configuration ID of the application to be updated.
configurationId - Configuration ID of the application to be updated.UpdateApplicationRequest.Builder name(String name)
New name of the application to be updated.
name - New name of the application to be updated.UpdateApplicationRequest.Builder description(String description)
New description of the application to be updated.
description - New description of the application to be updated.UpdateApplicationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateApplicationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.