Interface CreateAttendeeRequestItem.Builder

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

      Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

      Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

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

      Pattern: [-_&@+=,(){}\[\]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

      Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

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

      A list of one or more capabilities.

      Parameters:
      capabilities - A list of one or more capabilities.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • capabilities

      A list of one or more capabilities.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to capabilities(AttendeeCapabilities).

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