public static interface ListPlatformVersionsResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlatformVersionsResponse.Builder |
nextToken(String nextToken)
The starting index into the remaining list of platforms.
|
ListPlatformVersionsResponse.Builder |
platformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
|
ListPlatformVersionsResponse.Builder |
platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)
Detailed information about the platforms.
|
ListPlatformVersionsResponse.Builder |
platformSummaryList(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPlatformVersionsResponse.Builder platformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
platformSummaryList - Detailed information about the platforms.ListPlatformVersionsResponse.Builder platformSummaryList(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
platformSummaryList - Detailed information about the platforms.ListPlatformVersionsResponse.Builder platformSummaryList(Consumer<PlatformSummary.Builder>... platformSummaryList)
Detailed information about the platforms.
This is a convenience that creates an instance of theList.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 #platformSummaryList(List) .platformSummaryList - a consumer that will call methods on List.Builder #platformSummaryList(List) ListPlatformVersionsResponse.Builder nextToken(String nextToken)
The starting index into the remaining list of platforms. if this value is not null, you can use
it in a subsequent ListPlatformVersion call.
nextToken - The starting index into the remaining list of platforms. if this value is not null, you
can use it in a subsequent ListPlatformVersion call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.