public static interface ListChannelsRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsRequest.Builder |
maxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListChannelsRequest.Builder |
nextToken(String nextToken)
Pagination token from the GET list request.
|
ListChannelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsRequest.Builder maxResults(Integer maxResults)
Upper bound on number of records to return. The maximum number of results is 100.
maxResults - Upper bound on number of records to return. The maximum number of results is 100.ListChannelsRequest.Builder nextToken(String nextToken)
Pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - Pagination token from the GET list request. 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 © 2022. All rights reserved.