Interface ListChannelMembershipsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, ChimeRequest.Builder, CopyableBuilder<ListChannelMembershipsRequest.Builder,ListChannelMembershipsRequest>, SdkBuilder<ListChannelMembershipsRequest.Builder,ListChannelMembershipsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListChannelMembershipsRequest

public static interface ListChannelMembershipsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListChannelMembershipsRequest.Builder,ListChannelMembershipsRequest>
  • Method Details

    • 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

      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:
    • 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:
    • 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

      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

      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.
    • overrideConfiguration

      ListChannelMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.