Interface CreateChannelMembershipRequest.Builder

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

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

      The AppInstanceUserArn of the member you want to add to the channel.

      Parameters:
      memberArn - The AppInstanceUserArn of the member you want to add to the channel.
      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:
    • chimeBearer

      The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

      Parameters:
      chimeBearer - The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subChannelId

      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.

      Parameters:
      subChannelId - The ID of the SubChannel in the request.

      Only required when creating membership in a SubChannel for a moderator in an elastic channel.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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