Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.ChannelModerator.Builder
-
Packages that use ChannelModerator.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of ChannelModerator.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return ChannelModerator.Builder Modifier and Type Method Description static ChannelModerator.BuilderChannelModerator. builder()ChannelModerator.BuilderChannelModerator.Builder. channelArn(String channelArn)The ARN of the moderator's channel.default ChannelModerator.BuilderChannelModerator.Builder. createdBy(Consumer<Identity.Builder> createdBy)TheAppInstanceUserwho created the moderator.ChannelModerator.BuilderChannelModerator.Builder. createdBy(Identity createdBy)TheAppInstanceUserwho created the moderator.ChannelModerator.BuilderChannelModerator.Builder. createdTimestamp(Instant createdTimestamp)The time at which the moderator was created.default ChannelModerator.BuilderChannelModerator.Builder. moderator(Consumer<Identity.Builder> moderator)The moderator's data.ChannelModerator.BuilderChannelModerator.Builder. moderator(Identity moderator)The moderator's data.ChannelModerator.BuilderChannelModerator. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type ChannelModerator.Builder Modifier and Type Method Description static Class<? extends ChannelModerator.Builder>ChannelModerator. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chimesdkmessaging.model with type arguments of type ChannelModerator.Builder Modifier and Type Method Description default DescribeChannelModeratorResponse.BuilderDescribeChannelModeratorResponse.Builder. channelModerator(Consumer<ChannelModerator.Builder> channelModerator)The details of the channel moderator.
-