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(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
|
buildcopyapply, 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 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.