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 ofChannelSummaryobjects.channelSummaries(Consumer<ChannelSummary.Builder>... channelSummaries) A list ofChannelSummaryobjects.channelSummaries(ChannelSummary... channelSummaries) A list ofChannelSummaryobjects.The token to retrieve the next set of results, ornullif there are no more results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotanalytics.model.IoTAnalyticsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
channelSummaries
A list of
ChannelSummaryobjects.- Parameters:
channelSummaries- A list ofChannelSummaryobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSummaries
A list of
ChannelSummaryobjects.- Parameters:
channelSummaries- A list ofChannelSummaryobjects.- 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 theChannelSummaryobjects.ChannelSummary.Builderavoiding the need to create one manually viaChannelSummary.builder().When the
Consumercompletes,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
nullif there are no more results.- Parameters:
nextToken- The token to retrieve the next set of results, ornullif there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-