public static interface ListPlaybackConfigurationsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListPlaybackConfigurationsRequest.Builder,ListPlaybackConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackConfigurationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of playback configurations that you want MediaTailor to return in response to the current
request.
|
ListPlaybackConfigurationsRequest.Builder |
nextToken(String nextToken)
Pagination token returned by the 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)
The maximum number of playback configurations that you want MediaTailor to return in response to the current
request. If there are more than MaxResults playback configurations, use the value of
NextToken in the response to get the next page of results.
maxResults - The maximum number of playback configurations that you want MediaTailor to return in response to the
current request. If there are more than MaxResults playback configurations, use the value
of NextToken in the response to get the next page of results.ListPlaybackConfigurationsRequest.Builder nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
nextToken - Pagination token returned by the 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 © 2023. All rights reserved.