CopyableBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
, SdkBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
public static interface DescribeApplicationVersionsRequest.Builder extends CopyableBuilder<DescribeApplicationVersionsRequest.Builder,DescribeApplicationVersionsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeApplicationVersionsRequest.Builder |
applicationName(String applicationName) |
Specify an application name to show only application versions for that application.
|
DescribeApplicationVersionsRequest.Builder |
maxRecords(Integer maxRecords) |
Specify a maximum number of application versions to paginate in the request.
|
DescribeApplicationVersionsRequest.Builder |
nextToken(String nextToken) |
Specify a next token to retrieve the next page in a paginated request.
|
DescribeApplicationVersionsRequest.Builder |
versionLabels(String... versionLabels) |
Specify a version label to show a specific application version.
|
DescribeApplicationVersionsRequest.Builder |
versionLabels(Collection<String> versionLabels) |
Specify a version label to show a specific application version.
|
copy
apply, build
DescribeApplicationVersionsRequest.Builder applicationName(String applicationName)
Specify an application name to show only application versions for that application.
applicationName
- Specify an application name to show only application versions for that application.DescribeApplicationVersionsRequest.Builder versionLabels(Collection<String> versionLabels)
Specify a version label to show a specific application version.
versionLabels
- Specify a version label to show a specific application version.DescribeApplicationVersionsRequest.Builder versionLabels(String... versionLabels)
Specify a version label to show a specific application version.
NOTE: This method appends the values to the existing list (if any). Use
#setVersionLabels(java.util.Collection)
or #withVersionLabels(java.util.Collection)
if you
want to override the existing values.
versionLabels
- Specify a version label to show a specific application version.DescribeApplicationVersionsRequest.Builder maxRecords(Integer maxRecords)
Specify a maximum number of application versions to paginate in the request.
maxRecords
- Specify a maximum number of application versions to paginate in the request.DescribeApplicationVersionsRequest.Builder nextToken(String nextToken)
Specify a next token to retrieve the next page in a paginated request.
nextToken
- Specify a next token to retrieve the next page in a paginated request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.