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.
|
build
requestOverrideConfig
copy
apply, build
UpdateApplicationVersionRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateApplicationVersionRequest.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.