Interface ChannelModeratedByAppInstanceUserSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelModeratedByAppInstanceUserSummary.Builder,ChannelModeratedByAppInstanceUserSummary>,SdkBuilder<ChannelModeratedByAppInstanceUserSummary.Builder,ChannelModeratedByAppInstanceUserSummary>,SdkPojo
- Enclosing class:
- ChannelModeratedByAppInstanceUserSummary
public static interface ChannelModeratedByAppInstanceUserSummary.Builder extends SdkPojo, CopyableBuilder<ChannelModeratedByAppInstanceUserSummary.Builder,ChannelModeratedByAppInstanceUserSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChannelModeratedByAppInstanceUserSummary.BuilderchannelSummary(Consumer<ChannelSummary.Builder> channelSummary)Summary of the details of aChannel.ChannelModeratedByAppInstanceUserSummary.BuilderchannelSummary(ChannelSummary channelSummary)Summary of the details of aChannel.-
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
-
-
-
-
Method Detail
-
channelSummary
ChannelModeratedByAppInstanceUserSummary.Builder channelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel.- Parameters:
channelSummary- Summary of the details of aChannel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSummary
default ChannelModeratedByAppInstanceUserSummary.Builder channelSummary(Consumer<ChannelSummary.Builder> channelSummary)
Summary of the details of a
This is a convenience method that creates an instance of theChannel.ChannelSummary.Builderavoiding the need to create one manually viaChannelSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelSummary(ChannelSummary).- Parameters:
channelSummary- a consumer that will call methods onChannelSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channelSummary(ChannelSummary)
-
-