public static interface SearchChannelsResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<SearchChannelsResponse.Builder,SearchChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchChannelsResponse.Builder |
channels(ChannelSummary... channels)
A list of the channels in the request.
|
SearchChannelsResponse.Builder |
channels(Collection<ChannelSummary> channels)
A list of the channels in the request.
|
SearchChannelsResponse.Builder |
channels(Consumer<ChannelSummary.Builder>... channels)
A list of the channels in the request.
|
SearchChannelsResponse.Builder |
nextToken(String nextToken)
The token returned from previous API responses until the number of channels is reached.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchChannelsResponse.Builder channels(Collection<ChannelSummary> channels)
A list of the channels in the request.
channels - A list of the channels in the request.SearchChannelsResponse.Builder channels(ChannelSummary... channels)
A list of the channels in the request.
channels - A list of the channels in the request.SearchChannelsResponse.Builder channels(Consumer<ChannelSummary.Builder>... 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 via
ChannelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #channels(List.
channels - a consumer that will call methods on
ChannelSummary.Builder#channels(java.util.Collection) SearchChannelsResponse.Builder nextToken(String nextToken)
The token returned from previous API responses until the number of channels is reached.
nextToken - The token returned from previous API responses until the number of channels is reached.Copyright © 2023. All rights reserved.