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 exceed the maximum allowed.
|
ListPlaybackConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPlaybackConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the GET list request when results exceed the maximum allowed. Use the
token to fetch the next page of results.ListPlaybackConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPlaybackConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.