public static interface ListPlatformVersionsRequest.Builder extends ElasticBeanstalkRequest.Builder, CopyableBuilder<ListPlatformVersionsRequest.Builder,ListPlatformVersionsRequest>
| Modifier and Type | Method and 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.
|
ListPlatformVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
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.ListPlatformVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.