Interface ListChannelsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListChannelsResponse.Builder,
,ListChannelsResponse> IoTAnalyticsResponse.Builder
,SdkBuilder<ListChannelsResponse.Builder,
,ListChannelsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListChannelsResponse
public static interface ListChannelsResponse.Builder
extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannelSummaries
(Collection<ChannelSummary> channelSummaries) A list ofChannelSummary
objects.channelSummaries
(Consumer<ChannelSummary.Builder>... channelSummaries) A list ofChannelSummary
objects.channelSummaries
(ChannelSummary... channelSummaries) A list ofChannelSummary
objects.The token to retrieve the next set of results, ornull
if there are no more results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
channelSummaries
A list of
ChannelSummary
objects.- Parameters:
channelSummaries
- A list ofChannelSummary
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSummaries
A list of
ChannelSummary
objects.- Parameters:
channelSummaries
- A list ofChannelSummary
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSummaries
A list of
This is a convenience method that creates an instance of theChannelSummary
objects.ChannelSummary.Builder
avoiding the need to create one manually viaChannelSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannelSummaries(List<ChannelSummary>)
.- Parameters:
channelSummaries
- a consumer that will call methods onChannelSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to retrieve the next set of results, or
null
if there are no more results.- Parameters:
nextToken
- The token to retrieve the next set of results, ornull
if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-