public static interface UpdateApplicationRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<UpdateApplicationRequest.Builder,UpdateApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest.Builder |
applicationName(String applicationName)
The name of the application to update.
|
UpdateApplicationRequest.Builder |
description(String description)
A new description for 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.
|
buildrequestOverrideConfigcopyapply, buildUpdateApplicationRequest.Builder applicationName(String applicationName)
The name of the application to update. If no such application is found, UpdateApplication
returns an InvalidParameterValue error.
applicationName - The name of the application to update. If no such application is found, UpdateApplication
returns an InvalidParameterValue error.UpdateApplicationRequest.Builder description(String description)
A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
description - A new description for the application.
Default: If not specified, AWS Elastic Beanstalk does not update the description.
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.