Interface BatchCreateChannelMembershipRequest.Builder

    • Method Detail

      • channelArn

        BatchCreateChannelMembershipRequest.Builder channelArn​(String channelArn)

        The ARN of the channel to which you're adding users.

        Parameters:
        channelArn - The ARN of the channel to which you're adding users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChannelMembershipType, ChannelMembershipType
      • type

        BatchCreateChannelMembershipRequest.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChannelMembershipType, ChannelMembershipType
      • memberArns

        BatchCreateChannelMembershipRequest.Builder memberArns​(Collection<String> memberArns)

        The ARNs of the members you want to add to the channel.

        Parameters:
        memberArns - The ARNs of the members you want to add to the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • memberArns

        BatchCreateChannelMembershipRequest.Builder memberArns​(String... memberArns)

        The ARNs of the members you want to add to the channel.

        Parameters:
        memberArns - The ARNs of the members you want to add to the channel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chimeBearer

        BatchCreateChannelMembershipRequest.Builder chimeBearer​(String chimeBearer)

        The AppInstanceUserArn of the user that makes the API call.

        Parameters:
        chimeBearer - The AppInstanceUserArn of the user that makes the API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.