public static interface UpdateApplicationVersionRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationVersionRequest.Builder |
applicationName(String applicationName)
The name of the application associated with this version.
|
UpdateApplicationVersionRequest.Builder |
description(String description)
A new description for this version.
|
UpdateApplicationVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateApplicationVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateApplicationVersionRequest.Builder |
versionLabel(String versionLabel)
The name of the version to update.
|
buildrequestOverrideConfigcopyapply, buildUpdateApplicationVersionRequest.Builder applicationName(String applicationName)
The name of the application associated with this version.
If no application is found with this name, UpdateApplication returns an
InvalidParameterValue error.
applicationName - The name of the application associated with this version.
If no application is found with this name, UpdateApplication returns an
InvalidParameterValue error.
UpdateApplicationVersionRequest.Builder versionLabel(String versionLabel)
The name of the version to update.
If no application version is found with this label, UpdateApplication returns an
InvalidParameterValue error.
versionLabel - The name of the version to update.
If no application version is found with this label, UpdateApplication returns an
InvalidParameterValue error.
UpdateApplicationVersionRequest.Builder description(String description)
A new description for this version.
description - A new description for this version.UpdateApplicationVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateApplicationVersionRequest.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.