Uses of Interface
software.amazon.awssdk.services.chimesdkmessaging.model.CreateChannelModeratorResponse.Builder
-
Packages that use CreateChannelModeratorResponse.Builder Package Description software.amazon.awssdk.services.chimesdkmessaging.model -
-
Uses of CreateChannelModeratorResponse.Builder in software.amazon.awssdk.services.chimesdkmessaging.model
Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return CreateChannelModeratorResponse.Builder Modifier and Type Method Description static CreateChannelModeratorResponse.BuilderCreateChannelModeratorResponse. builder()CreateChannelModeratorResponse.BuilderCreateChannelModeratorResponse.Builder. channelArn(String channelArn)The ARN of the channel.default CreateChannelModeratorResponse.BuilderCreateChannelModeratorResponse.Builder. channelModerator(Consumer<Identity.Builder> channelModerator)The ARNs of the channel and the moderator.CreateChannelModeratorResponse.BuilderCreateChannelModeratorResponse.Builder. channelModerator(Identity channelModerator)The ARNs of the channel and the moderator.CreateChannelModeratorResponse.BuilderCreateChannelModeratorResponse. toBuilder()Methods in software.amazon.awssdk.services.chimesdkmessaging.model that return types with arguments of type CreateChannelModeratorResponse.Builder Modifier and Type Method Description static Class<? extends CreateChannelModeratorResponse.Builder>CreateChannelModeratorResponse. serializableBuilderClass()
-