public static interface ListChannelModeratorsResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<ListChannelModeratorsResponse.Builder,ListChannelModeratorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListChannelModeratorsResponse.Builder |
channelArn(String channelArn)
The ARN of the channel.
|
ListChannelModeratorsResponse.Builder |
channelModerators(ChannelModeratorSummary... channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
channelModerators(Collection<ChannelModeratorSummary> channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
channelModerators(Consumer<ChannelModeratorSummary.Builder>... channelModerators)
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
nextToken(String nextToken)
The token passed by previous API calls until all requested moderators are returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChannelModeratorsResponse.Builder channelArn(String channelArn)
The ARN of the channel.
channelArn - The ARN of the channel.ListChannelModeratorsResponse.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.ListChannelModeratorsResponse.Builder channelModerators(Collection<ChannelModeratorSummary> channelModerators)
The information about and names of each moderator.
channelModerators - The information about and names of each moderator.ListChannelModeratorsResponse.Builder channelModerators(ChannelModeratorSummary... channelModerators)
The information about and names of each moderator.
channelModerators - The information about and names of each moderator.ListChannelModeratorsResponse.Builder channelModerators(Consumer<ChannelModeratorSummary.Builder>... channelModerators)
The information about and names of each moderator.
This is a convenience method 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 #channelModerators(List) .channelModerators - a consumer that will call methods on List.Builder #channelModerators(List) Copyright © 2022. All rights reserved.