static ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.builder() |
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelArn(String channelArn) |
The ARN of the channel.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelModerators(Collection<ChannelModeratorSummary> channelModerators) |
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelModerators(Consumer<ChannelModeratorSummary.Builder>... channelModerators) |
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.channelModerators(ChannelModeratorSummary... channelModerators) |
The information about and names of each moderator.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.Builder.nextToken(String nextToken) |
The token passed by previous API calls until all requested moderators are returned.
|
ListChannelModeratorsResponse.Builder |
ListChannelModeratorsResponse.toBuilder() |
|