CopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>, SdkBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>public static interface ListPlatformVersionsResponse.Builder extends CopyableBuilder<ListPlatformVersionsResponse.Builder,ListPlatformVersionsResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPlatformSummaryList(java.util.Collection) or
#withPlatformSummaryList(java.util.Collection) if you want to override the existing values.
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.