public static interface DescribeChannelModeratorResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<DescribeChannelModeratorResponse.Builder,DescribeChannelModeratorResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelModeratorResponse.Builder |
channelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
|
default DescribeChannelModeratorResponse.Builder |
channelModerator(Consumer<ChannelModerator.Builder> channelModerator)
The details of the channel moderator.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeChannelModeratorResponse.Builder channelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
channelModerator - The details of the channel moderator.default DescribeChannelModeratorResponse.Builder channelModerator(Consumer<ChannelModerator.Builder> channelModerator)
The details of the channel moderator.
This is a convenience that creates an instance of theChannelModerator.Builder avoiding the need to
create one manually via ChannelModerator.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to channelModerator(ChannelModerator).channelModerator - a consumer that will call methods on ChannelModerator.BuilderchannelModerator(ChannelModerator)Copyright © 2021. All rights reserved.