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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListChannelsResponse.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.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #channelSummaries(List)
.channelSummaries
- a consumer that will call methods on List.Builder
#channelSummaries(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.