public static interface ListChannelsResponse.Builder extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
channelSummaries(ChannelSummary... channelSummaries)
A list of
ChannelSummary objects. |
ListChannelsResponse.Builder |
channelSummaries(Collection<ChannelSummary> channelSummaries)
A list of
ChannelSummary objects. |
ListChannelsResponse.Builder |
channelSummaries(Consumer<ChannelSummary.Builder>... channelSummaries)
A list of
ChannelSummary objects. |
ListChannelsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsResponse.Builder channelSummaries(Collection<ChannelSummary> channelSummaries)
A list of ChannelSummary objects.
channelSummaries - A list of ChannelSummary objects.ListChannelsResponse.Builder channelSummaries(ChannelSummary... channelSummaries)
A list of ChannelSummary objects.
channelSummaries - A list of ChannelSummary objects.ListChannelsResponse.Builder channelSummaries(Consumer<ChannelSummary.Builder>... channelSummaries)
A list of ChannelSummary objects.
ChannelSummary.Builder avoiding the need to create
one manually via ChannelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #channelSummaries(List.
channelSummaries - a consumer that will call methods on
ChannelSummary.Builder#channelSummaries(java.util.Collection) ListChannelsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.Copyright © 2023. All rights reserved.