public static interface CreateChannelBanResponse.Builder extends ChimeSdkMessagingResponse.Builder, SdkPojo, CopyableBuilder<CreateChannelBanResponse.Builder,CreateChannelBanResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateChannelBanResponse.Builder |
channelArn(String channelArn)
The ARN of the response to the ban request.
|
default CreateChannelBanResponse.Builder |
member(Consumer<Identity.Builder> member)
The
ChannelArn and BannedIdentity of the member in the ban response. |
CreateChannelBanResponse.Builder |
member(Identity member)
The
ChannelArn and BannedIdentity of the member in the ban response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelBanResponse.Builder channelArn(String channelArn)
The ARN of the response to the ban request.
channelArn - The ARN of the response to the ban request.CreateChannelBanResponse.Builder member(Identity member)
The ChannelArn and BannedIdentity of the member in the ban response.
member - The ChannelArn and BannedIdentity of the member in the ban response.default CreateChannelBanResponse.Builder member(Consumer<Identity.Builder> member)
The ChannelArn and BannedIdentity of the member in the ban response.
Identity.Builder avoiding the need to
create one manually via Identity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to member(Identity).member - a consumer that will call methods on Identity.Buildermember(Identity)Copyright © 2022. All rights reserved.