public static interface BatchCreateChannelMembershipRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateChannelMembershipRequest.Builder,BatchCreateChannelMembershipRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateChannelMembershipRequest.Builder channelArn(String channelArn)
The ARN of the channel to which you're adding users or bots.
channelArn - The ARN of the channel to which you're adding users or bots.BatchCreateChannelMembershipRequest.Builder type(String type)
The membership type of a user, DEFAULT or HIDDEN. Default members are always
returned as part of ListChannelMemberships. Hidden members are only returned if the type filter
in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned.
This is only supported by moderators.
type - The membership type of a user, DEFAULT or HIDDEN. Default members are always
returned as part of ListChannelMemberships. Hidden members are only returned if the type
filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are
not returned. This is only supported by moderators.ChannelMembershipType,
ChannelMembershipTypeBatchCreateChannelMembershipRequest.Builder type(ChannelMembershipType type)
The membership type of a user, DEFAULT or HIDDEN. Default members are always
returned as part of ListChannelMemberships. Hidden members are only returned if the type filter
in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned.
This is only supported by moderators.
type - The membership type of a user, DEFAULT or HIDDEN. Default members are always
returned as part of ListChannelMemberships. Hidden members are only returned if the type
filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are
not returned. This is only supported by moderators.ChannelMembershipType,
ChannelMembershipTypeBatchCreateChannelMembershipRequest.Builder memberArns(Collection<String> memberArns)
The ARNs of the members you want to add to the channel. Only AppInstanceUsers and
AppInstanceBots can be added as a channel member.
memberArns - The ARNs of the members you want to add to the channel. Only AppInstanceUsers and
AppInstanceBots can be added as a channel member.BatchCreateChannelMembershipRequest.Builder memberArns(String... memberArns)
The ARNs of the members you want to add to the channel. Only AppInstanceUsers and
AppInstanceBots can be added as a channel member.
memberArns - The ARNs of the members you want to add to the channel. Only AppInstanceUsers and
AppInstanceBots can be added as a channel member.BatchCreateChannelMembershipRequest.Builder chimeBearer(String chimeBearer)
The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
chimeBearer - The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.BatchCreateChannelMembershipRequest.Builder subChannelId(String subChannelId)
The ID of the SubChannel in the request.
Only required when creating membership in a SubChannel for a moderator in an elastic channel.
subChannelId - The ID of the SubChannel in the request. Only required when creating membership in a SubChannel for a moderator in an elastic channel.
BatchCreateChannelMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateChannelMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.