public static interface DescribeChannelBanResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<DescribeChannelBanResponse.Builder,DescribeChannelBanResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelBanResponse.Builder |
channelBan(ChannelBan channelBan)
The details of the ban.
|
default DescribeChannelBanResponse.Builder |
channelBan(Consumer<ChannelBan.Builder> channelBan)
The details of the ban.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeChannelBanResponse.Builder channelBan(ChannelBan channelBan)
The details of the ban.
channelBan - The details of the ban.default DescribeChannelBanResponse.Builder channelBan(Consumer<ChannelBan.Builder> channelBan)
The details of the ban.
This is a convenience method that creates an instance of theChannelBan.Builder avoiding the need to
create one manually via ChannelBan.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to channelBan(ChannelBan).
channelBan - a consumer that will call methods on ChannelBan.BuilderchannelBan(ChannelBan)Copyright © 2022. All rights reserved.