public static interface BatchChannelMemberships.Builder extends SdkPojo, CopyableBuilder<BatchChannelMemberships.Builder,BatchChannelMemberships>
| Modifier and Type | Method and Description |
|---|---|
BatchChannelMemberships.Builder |
channelArn(String channelArn)
The ARN of the channel to which you're adding members.
|
default BatchChannelMemberships.Builder |
invitedBy(Consumer<Identity.Builder> invitedBy)
The identifier of the member who invited another member.
|
BatchChannelMemberships.Builder |
invitedBy(Identity invitedBy)
The identifier of the member who invited another member.
|
BatchChannelMemberships.Builder |
members(Collection<Identity> members)
The users successfully added to the request.
|
BatchChannelMemberships.Builder |
members(Consumer<Identity.Builder>... members)
The users successfully added to the request.
|
BatchChannelMemberships.Builder |
members(Identity... members)
The users successfully added to the request.
|
BatchChannelMemberships.Builder |
subChannelId(String subChannelId)
The ID of the SubChannel.
|
BatchChannelMemberships.Builder |
type(ChannelMembershipType type)
The membership types set for the channel members.
|
BatchChannelMemberships.Builder |
type(String type)
The membership types set for the channel members.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchChannelMemberships.Builder invitedBy(Identity invitedBy)
The identifier of the member who invited another member.
invitedBy - The identifier of the member who invited another member.default BatchChannelMemberships.Builder invitedBy(Consumer<Identity.Builder> invitedBy)
The identifier of the member who invited another member.
This is a convenience method that creates an instance of theIdentity.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 invitedBy(Identity).
invitedBy - a consumer that will call methods on Identity.BuilderinvitedBy(Identity)BatchChannelMemberships.Builder type(String type)
The membership types set for the channel members.
type - The membership types set for the channel members.ChannelMembershipType,
ChannelMembershipTypeBatchChannelMemberships.Builder type(ChannelMembershipType type)
The membership types set for the channel members.
type - The membership types set for the channel members.ChannelMembershipType,
ChannelMembershipTypeBatchChannelMemberships.Builder members(Collection<Identity> members)
The users successfully added to the request.
members - The users successfully added to the request.BatchChannelMemberships.Builder members(Identity... members)
The users successfully added to the request.
members - The users successfully added to the request.BatchChannelMemberships.Builder members(Consumer<Identity.Builder>... members)
The users successfully added to the request.
This is a convenience method that creates an instance of theIdentity.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 #members(List.
members - a consumer that will call methods on
Identity.Builder#members(java.util.Collection) BatchChannelMemberships.Builder channelArn(String channelArn)
The ARN of the channel to which you're adding members.
channelArn - The ARN of the channel to which you're adding members.BatchChannelMemberships.Builder subChannelId(String subChannelId)
The ID of the SubChannel.
subChannelId - The ID of the SubChannel.Copyright © 2023. All rights reserved.