public static interface DescribeApplicationVersionsResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
ApplicationVersionDescription.Builder avoiding
the need to create one manually via
ApplicationVersionDescription.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #applicationVersions(List.
applicationVersions - a consumer that will call methods on
ApplicationVersionDescription.Builder#applicationVersions(java.util.Collection) 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 © 2022. All rights reserved.