public static interface DescribeApplicationVersionsResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<DescribeApplicationVersionsResponse.Builder,DescribeApplicationVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationVersionsResponse.Builder |
applicationVersions(ApplicationVersionDescription... applicationVersions)
List of
ApplicationVersionDescription objects sorted in order of creation. |
DescribeApplicationVersionsResponse.Builder |
applicationVersions(Collection<ApplicationVersionDescription> applicationVersions)
List of
ApplicationVersionDescription objects sorted in order of creation. |
DescribeApplicationVersionsResponse.Builder |
nextToken(String nextToken)
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
|
buildcopyapply, 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.
applicationVersions - List of ApplicationVersionDescription objects sorted in order of creation.DescribeApplicationVersionsResponse.Builder nextToken(String nextToken)
In a paginated request, the token that you can pass in a subsequent request to get the next response page.
nextToken - In a paginated request, the token that you can pass in a subsequent request to get the next response
page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.