Interface ChannelBanSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelBanSummary.Builder,ChannelBanSummary>,SdkBuilder<ChannelBanSummary.Builder,ChannelBanSummary>,SdkPojo
- Enclosing class:
- ChannelBanSummary
public static interface ChannelBanSummary.Builder extends SdkPojo, CopyableBuilder<ChannelBanSummary.Builder,ChannelBanSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChannelBanSummary.Buildermember(Consumer<Identity.Builder> member)The member being banned from a channel.ChannelBanSummary.Buildermember(Identity member)The member being banned from a channel.-
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
-
member
ChannelBanSummary.Builder member(Identity member)
The member being banned from a channel.
- Parameters:
member- The member being banned from a channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
member
default ChannelBanSummary.Builder member(Consumer<Identity.Builder> member)
The member being banned from a channel.
This is a convenience method that creates an instance of theIdentity.Builderavoiding the need to create one manually viaIdentity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomember(Identity).- Parameters:
member- a consumer that will call methods onIdentity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
member(Identity)
-
-