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