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.
|
buildoverrideConfigurationcopyapplyMutation, buildListPlaybackConfigurationsRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListPlaybackConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.