public static interface ListPlaybackConfigurationsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListPlaybackConfigurationsRequest.Builder,ListPlaybackConfigurationsRequest>
Modifier and Type | Method and Description |
---|---|
ListPlaybackConfigurationsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of records to return.
|
ListPlaybackConfigurationsRequest.Builder |
nextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed.
|
ListPlaybackConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPlaybackConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListPlaybackConfigurationsRequest.Builder maxResults(Integer maxResults)
Maximum number of records to return.
maxResults
- Maximum number of records to return.ListPlaybackConfigurationsRequest.Builder nextToken(String nextToken)
Pagination token returned by the GET list request when results overrun the meximum allowed. Use the token to fetch the next page of results.
nextToken
- Pagination token returned by the GET list request when results overrun the meximum allowed. Use the
token to fetch the next page of results.ListPlaybackConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListPlaybackConfigurationsRequest.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.