public static interface ListChannelBansRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<ListChannelBansRequest.Builder,ListChannelBansRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChannelBansRequest.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
ListChannelBansRequest.Builder |
chimeBearer(String chimeBearer)
The
AppInstanceUserArn of the user that makes the API call. |
ListChannelBansRequest.Builder |
maxResults(Integer maxResults)
The maximum number of bans that you want returned.
|
ListChannelBansRequest.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested bans are returned.
|
ListChannelBansRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChannelBansRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelBansRequest.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.ListChannelBansRequest.Builder maxResults(Integer maxResults)
The maximum number of bans that you want returned.
maxResults - The maximum number of bans that you want returned.ListChannelBansRequest.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.ListChannelBansRequest.Builder chimeBearer(String chimeBearer)
The AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user that makes the API call.ListChannelBansRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChannelBansRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.