Interface ListChannelMembershipsRequest.Builder

    • Method Detail

      • channelArn

        ListChannelMembershipsRequest.Builder channelArn​(String channelArn)

        The maximum number of channel memberships that you want returned.

        Parameters:
        channelArn - The maximum number of channel memberships that you want returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

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

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

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

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

        ListChannelMembershipsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of channel memberships that you want returned.

        Parameters:
        maxResults - The maximum number of channel memberships that you want returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListChannelMembershipsRequest.Builder nextToken​(String nextToken)

        The token passed by previous API calls until all requested channel memberships are returned.

        Parameters:
        nextToken - The token passed by previous API calls until all requested channel memberships are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • chimeBearer

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