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