public static interface ListChannelsRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<ListChannelsRequest.Builder,ListChannelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListChannelsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListChannelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListChannelsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
The default value is 100.
maxResults - The maximum number of results to return in this request.
The default value is 100.
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.