public static interface ListChannelBansResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelBansResponse.Builder,ListChannelBansResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelBansResponse.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
ListChannelBansResponse.Builder |
channelBans(ChannelBanSummary... channelBans)
The information for each requested ban.
|
ListChannelBansResponse.Builder |
channelBans(Collection<ChannelBanSummary> channelBans)
The information for each requested ban.
|
ListChannelBansResponse.Builder |
channelBans(Consumer<ChannelBanSummary.Builder>... channelBans)
The information for each requested ban.
|
ListChannelBansResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested bans are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelBansResponse.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.ListChannelBansResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested bans are returned.
nextToken - The token passed by previous API calls until all requested bans are returned.ListChannelBansResponse.Builder channelBans(Collection<ChannelBanSummary> channelBans)
The information for each requested ban.
channelBans - The information for each requested ban.ListChannelBansResponse.Builder channelBans(ChannelBanSummary... channelBans)
The information for each requested ban.
channelBans - The information for each requested ban.ListChannelBansResponse.Builder channelBans(Consumer<ChannelBanSummary.Builder>... channelBans)
The information for each requested ban.
This is a convenience 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 #channelBans(List) .channelBans - a consumer that will call methods on List.Builder #channelBans(List) Copyright © 2021. All rights reserved.