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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateApplicationVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateApplicationVersionRequest.Builder |
versionLabel(String versionLabel)
The name of the version to update.
|
build
overrideConfiguration
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateApplicationVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.