CopyableBuilder<DescribeApplicationVersionsResponse.Builder,DescribeApplicationVersionsResponse>, SdkBuilder<DescribeApplicationVersionsResponse.Builder,DescribeApplicationVersionsResponse>public static interface DescribeApplicationVersionsResponse.Builder extends CopyableBuilder<DescribeApplicationVersionsResponse.Builder,DescribeApplicationVersionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeApplicationVersionsResponse.Builder |
applicationVersions(Collection<ApplicationVersionDescription> applicationVersions) |
List of
ApplicationVersionDescription objects sorted in order of creation. |
DescribeApplicationVersionsResponse.Builder |
applicationVersions(ApplicationVersionDescription... applicationVersions) |
List of
ApplicationVersionDescription objects sorted in order of creation. |
DescribeApplicationVersionsResponse.Builder |
nextToken(String nextToken) |
For a paginated request, the token that you can pass in a subsequent request to get the next page.
|
copyapply, buildDescribeApplicationVersionsResponse.Builder applicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
List of ApplicationVersionDescription objects sorted in order of creation.
applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.DescribeApplicationVersionsResponse.Builder applicationVersions(ApplicationVersionDescription... applicationVersions)
List of ApplicationVersionDescription objects sorted in order of creation.
NOTE: This method appends the values to the existing list (if any). Use
#setApplicationVersions(java.util.Collection) or
#withApplicationVersions(java.util.Collection) if you want to override the existing values.
applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.DescribeApplicationVersionsResponse.Builder nextToken(String nextToken)
For a paginated request, the token that you can pass in a subsequent request to get the next page.
nextToken - For a paginated request, the token that you can pass in a subsequent request to get the next page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.