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