public static interface ListChannelBansResponse.Builder extends ChimeResponse.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 method that creates an instance of theChannelBanSummary.Builder avoiding the need to create one
manually via ChannelBanSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #channelBans(List.
channelBans - a consumer that will call methods on
ChannelBanSummary.Builder#channelBans(java.util.Collection) Copyright © 2023. All rights reserved.