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 users.
|
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 |
type(ChannelMembershipType type)
The membership types set for the channel users.
|
BatchChannelMemberships.Builder |
type(String type)
The membership types set for the channel users.
|
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 users.
type - The membership types set for the channel users.ChannelMembershipType,
ChannelMembershipTypeBatchChannelMemberships.Builder type(ChannelMembershipType type)
The membership types set for the channel users.
type - The membership types set for the channel users.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 theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #members(List) .members - a consumer that will call methods on List.Builder #members(List) BatchChannelMemberships.Builder channelArn(String channelArn)
The ARN of the channel to which you're adding users.
channelArn - The ARN of the channel to which you're adding users.Copyright © 2022. All rights reserved.