Interface EmailAddressSummary.Builder

  • Method Details

    • id

      The unique identifier of the email address associated with the queue.

      Parameters:
      id - The unique identifier of the email address associated with the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

      The Amazon Resource Name (ARN) of the email address associated with the queue.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the email address associated with the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isDefaultOutboundEmail

      EmailAddressSummary.Builder isDefaultOutboundEmail(Boolean isDefaultOutboundEmail)

      Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.

      Parameters:
      isDefaultOutboundEmail - Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.