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)
Sets the value of the InvitedBy property for this object.
|
BatchChannelMemberships.Builder |
invitedBy(Identity invitedBy)
Sets the value of the InvitedBy property for this object.
|
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)
invitedBy - The new value for the InvitedBy property for this object.default BatchChannelMemberships.Builder invitedBy(Consumer<Identity.Builder> invitedBy)
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 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 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 © 2021. All rights reserved.