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 theSubChannelSummary.Builder avoiding the need
to create one manually via
SubChannelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #subChannels(List.
subChannels - a consumer that will call methods on
SubChannelSummary.Builder#subChannels(java.util.Collection) 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 © 2023. All rights reserved.