CopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
, SdkBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
public static interface UpdateApplicationVersionRequest.Builder extends CopyableBuilder<UpdateApplicationVersionRequest.Builder,UpdateApplicationVersionRequest>
Modifier and Type | Method | 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 |
versionLabel(String versionLabel) |
The name of the version to update.
|
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.