Interface CreateAttendeeRequestItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CreateAttendeeRequestItem.Builder,CreateAttendeeRequestItem>, SdkBuilder<CreateAttendeeRequestItem.Builder,CreateAttendeeRequestItem>, SdkPojo
Enclosing class:
CreateAttendeeRequestItem

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

    • externalUserId

      CreateAttendeeRequestItem.Builder externalUserId(String externalUserId)

      The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

      Parameters:
      externalUserId - The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tag key-value pairs.

      Parameters:
      tags - The tag key-value pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tag key-value pairs.

      Parameters:
      tags - The tag key-value pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tag key-value pairs.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: