| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmessaging.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelModerator.Builder |
ChannelModerator.builder() |
ChannelModerator.Builder |
ChannelModerator.Builder.channelArn(String channelArn)
The ARN of the moderator's channel.
|
default ChannelModerator.Builder |
ChannelModerator.Builder.createdBy(Consumer<Identity.Builder> createdBy)
The
AppInstanceUser who created the moderator. |
ChannelModerator.Builder |
ChannelModerator.Builder.createdBy(Identity createdBy)
The
AppInstanceUser who created the moderator. |
ChannelModerator.Builder |
ChannelModerator.Builder.createdTimestamp(Instant createdTimestamp)
The time at which the moderator was created.
|
default ChannelModerator.Builder |
ChannelModerator.Builder.moderator(Consumer<Identity.Builder> moderator)
The moderator's data.
|
ChannelModerator.Builder |
ChannelModerator.Builder.moderator(Identity moderator)
The moderator's data.
|
ChannelModerator.Builder |
ChannelModerator.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChannelModerator.Builder> |
ChannelModerator.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeChannelModeratorResponse.Builder |
DescribeChannelModeratorResponse.Builder.channelModerator(Consumer<ChannelModerator.Builder> channelModerator)
The details of the channel moderator.
|
Copyright © 2021. All rights reserved.