Interface DescribeChannelModeratorResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkMessagingResponse.Builder,CopyableBuilder<DescribeChannelModeratorResponse.Builder,DescribeChannelModeratorResponse>,SdkBuilder<DescribeChannelModeratorResponse.Builder,DescribeChannelModeratorResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeChannelModeratorResponse
public static interface DescribeChannelModeratorResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<DescribeChannelModeratorResponse.Builder,DescribeChannelModeratorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeChannelModeratorResponse.BuilderchannelModerator(Consumer<ChannelModerator.Builder> channelModerator)The details of the channel moderator.DescribeChannelModeratorResponse.BuilderchannelModerator(ChannelModerator channelModerator)The details of the channel moderator.-
Methods inherited from interface software.amazon.awssdk.services.chimesdkmessaging.model.ChimeSdkMessagingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
channelModerator
DescribeChannelModeratorResponse.Builder channelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
- Parameters:
channelModerator- The details of the channel moderator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelModerator
default DescribeChannelModeratorResponse.Builder channelModerator(Consumer<ChannelModerator.Builder> channelModerator)
The details of the channel moderator.
This is a convenience method that creates an instance of theChannelModerator.Builderavoiding the need to create one manually viaChannelModerator.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelModerator(ChannelModerator).- Parameters:
channelModerator- a consumer that will call methods onChannelModerator.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channelModerator(ChannelModerator)
-
-