Interface SearchChannelsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ChimeSdkMessagingResponse.Builder
,CopyableBuilder<SearchChannelsResponse.Builder,
,SearchChannelsResponse> SdkBuilder<SearchChannelsResponse.Builder,
,SearchChannelsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
SearchChannelsResponse
@Mutable
@NotThreadSafe
public static interface SearchChannelsResponse.Builder
extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<SearchChannelsResponse.Builder,SearchChannelsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionchannels
(Collection<ChannelSummary> channels) A list of the channels in the request.channels
(Consumer<ChannelSummary.Builder>... channels) A list of the channels in the request.channels
(ChannelSummary... channels) A list of the channels in the request.The token returned from previous API responses until the number of channels is reached.Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
channels
A list of the channels in the request.
- Parameters:
channels
- A list of the channels in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
A list of the channels in the request.
- Parameters:
channels
- A list of the channels in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
A list of the channels in the request.
This is a convenience method that creates an instance of theChannelSummary.Builder
avoiding the need to create one manually viaChannelSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochannels(List<ChannelSummary>)
.- Parameters:
channels
- 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 returned from previous API responses until the number of channels is reached.
- Parameters:
nextToken
- The token returned from previous API responses until the number of channels is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-