public static interface ListChannelGroupsRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<ListChannelGroupsRequest.Builder,ListChannelGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListChannelGroupsRequest.Builder |
nextToken(String nextToken)
The pagination token from the GET list request.
|
ListChannelGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.ListChannelGroupsRequest.Builder nextToken(String nextToken)
The pagination token from the GET list request. Use the token to fetch the next page of results.
nextToken - The pagination token from the GET list request. Use the token to fetch the next page of results.ListChannelGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChannelGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.