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 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 #channels(List) .channels - a consumer that will call methods on List.Builder #channels(List) 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 © 2022. All rights reserved.