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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.