public static interface ListSubChannelsResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListSubChannelsResponse.Builder,ListSubChannelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSubChannelsResponse.Builder |
channelArn(String channelArn)
The ARN of elastic channel.
|
ListSubChannelsResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested sub-channels are returned.
|
ListSubChannelsResponse.Builder |
subChannels(Collection<SubChannelSummary> subChannels)
The information about each sub-channel.
|
ListSubChannelsResponse.Builder |
subChannels(Consumer<SubChannelSummary.Builder>... subChannels)
The information about each sub-channel.
|
ListSubChannelsResponse.Builder |
subChannels(SubChannelSummary... subChannels)
The information about each sub-channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSubChannelsResponse.Builder channelArn(String channelArn)
The ARN of elastic channel.
channelArn - The ARN of elastic channel.ListSubChannelsResponse.Builder subChannels(Collection<SubChannelSummary> subChannels)
The information about each sub-channel.
subChannels - The information about each sub-channel.ListSubChannelsResponse.Builder subChannels(SubChannelSummary... subChannels)
The information about each sub-channel.
subChannels - The information about each sub-channel.ListSubChannelsResponse.Builder subChannels(Consumer<SubChannelSummary.Builder>... subChannels)
The information about each sub-channel.
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 #subChannels(List) .subChannels - a consumer that will call methods on List.Builder #subChannels(List) ListSubChannelsResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested sub-channels are returned.
nextToken - The token passed by previous API calls until all requested sub-channels are returned.Copyright © 2022. All rights reserved.