public static interface CreateChannelMembershipRequest.Builder extends ChimeSdkMessagingRequest.Builder, SdkPojo, CopyableBuilder<CreateChannelMembershipRequest.Builder,CreateChannelMembershipRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelMembershipRequest.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.CreateChannelMembershipRequest.Builder memberArn(String memberArn)
The AppInstanceUserArn of the member you want to add to the channel.
memberArn - The AppInstanceUserArn of the member you want to add to the channel.CreateChannelMembershipRequest.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,
ChannelMembershipTypeCreateChannelMembershipRequest.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,
ChannelMembershipTypeCreateChannelMembershipRequest.Builder chimeBearer(String chimeBearer)
The AppInstanceUserArn of the user that makes the API call.
chimeBearer - The AppInstanceUserArn of the user that makes the API call.CreateChannelMembershipRequest.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.
CreateChannelMembershipRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChannelMembershipRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.