public static interface UpdateApplicationRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest.Builder |
applicationName(String applicationName)
The current name of the application you want to change.
|
UpdateApplicationRequest.Builder |
newApplicationName(String newApplicationName)
The new name to give the application.
|
UpdateApplicationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateApplicationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
UpdateApplicationRequest.Builder applicationName(String applicationName)
The current name of the application you want to change.
applicationName
- The current name of the application you want to change.UpdateApplicationRequest.Builder newApplicationName(String newApplicationName)
The new name to give the application.
newApplicationName
- The new name to give the application.UpdateApplicationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateApplicationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.