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(Consumer<PlatformFilter.Builder>... 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPlatformVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListPlatformVersionsRequest.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 filters(Consumer<PlatformFilter.Builder>... filters)
List only the platforms where the platform member value relates to one of the supplied values.
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 #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListPlatformVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.