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 | 
applicationVersions(Consumer<ApplicationVersionDescription.Builder>... 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. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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 applicationVersions(Consumer<ApplicationVersionDescription.Builder>... applicationVersions)
 List of ApplicationVersionDescription objects sorted in order of creation.
 
List.Builder 
 avoiding the need to create one manually via List#builder() .
 When the Consumer completes, List.Builder#build()  is called
 immediately and its result is passed to #applicationVersions(List) .applicationVersions - a consumer that will call methods on List.Builder #applicationVersions(List) 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.