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