Interface BatchCreateChannelMembershipRequest.Builder

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

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

    • 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

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

      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

      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

      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.