Interface DescribeChannelBanResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkMessagingResponse.Builder,CopyableBuilder<DescribeChannelBanResponse.Builder,DescribeChannelBanResponse>,SdkBuilder<DescribeChannelBanResponse.Builder,DescribeChannelBanResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeChannelBanResponse
public static interface DescribeChannelBanResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<DescribeChannelBanResponse.Builder,DescribeChannelBanResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeChannelBanResponse.BuilderchannelBan(Consumer<ChannelBan.Builder> channelBan)The details of the ban.DescribeChannelBanResponse.BuilderchannelBan(ChannelBan channelBan)The details of the ban.-
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
-
channelBan
DescribeChannelBanResponse.Builder channelBan(ChannelBan channelBan)
The details of the ban.
- Parameters:
channelBan- The details of the ban.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelBan
default DescribeChannelBanResponse.Builder channelBan(Consumer<ChannelBan.Builder> channelBan)
The details of the ban.
This is a convenience method that creates an instance of theChannelBan.Builderavoiding the need to create one manually viaChannelBan.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochannelBan(ChannelBan).- Parameters:
channelBan- a consumer that will call methods onChannelBan.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
channelBan(ChannelBan)
-
-