CopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>, SdkBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>public static interface ListPlatformVersionsRequest.Builder extends CopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ListPlatformVersionsRequest.Builder |
filters(Collection<PlatformFilter> filters) |
List only the platforms where the platform member value relates to one of the supplied values.
|
ListPlatformVersionsRequest.Builder |
filters(PlatformFilter... filters) |
List only the platforms where the platform member value relates to one of the supplied values.
|
ListPlatformVersionsRequest.Builder |
maxRecords(Integer maxRecords) |
The maximum number of platform values returned in one call.
|
ListPlatformVersionsRequest.Builder |
nextToken(String nextToken) |
The starting index into the remaining list of platforms.
|
copyapply, buildListPlatformVersionsRequest.Builder filters(Collection<PlatformFilter> filters)
List only the platforms where the platform member value relates to one of the supplied values.
filters - List only the platforms where the platform member value relates to one of the supplied values.ListPlatformVersionsRequest.Builder filters(PlatformFilter... filters)
List only the platforms where the platform member value relates to one of the supplied values.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - List only the platforms where the platform member value relates to one of the supplied values.ListPlatformVersionsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of platform values returned in one call.
maxRecords - The maximum number of platform values returned in one call.ListPlatformVersionsRequest.Builder nextToken(String nextToken)
The starting index into the remaining list of platforms. Use the NextToken value from a previous
ListPlatformVersion call.
nextToken - The starting index into the remaining list of platforms. Use the NextToken value from a
previous ListPlatformVersion call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.