public static interface ListChannelsResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<ListChannelsResponse.Builder,ListChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse.Builder |
channels(ChannelSummary... channels)
List of the matching channels.
|
ListChannelsResponse.Builder |
channels(Collection<ChannelSummary> channels)
List of the matching channels.
|
ListChannelsResponse.Builder |
channels(Consumer<ChannelSummary.Builder>... channels)
List of the matching channels.
|
ListChannelsResponse.Builder |
nextToken(String nextToken)
If there are more channels than
maxResults, use nextToken in the request to get the
next set. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelsResponse.Builder channels(Collection<ChannelSummary> channels)
List of the matching channels.
channels - List of the matching channels.ListChannelsResponse.Builder channels(ChannelSummary... channels)
List of the matching channels.
channels - List of the matching channels.ListChannelsResponse.Builder channels(Consumer<ChannelSummary.Builder>... channels)
List of the matching channels.
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) ListChannelsResponse.Builder nextToken(String nextToken)
If there are more channels than maxResults, use nextToken in the request to get the
next set.
nextToken - If there are more channels than maxResults, use nextToken in the request to
get the next set.Copyright © 2023. All rights reserved.