Interface EmailContact.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the email contact.

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

      The name of the email contact.

      Parameters:
      name - The name of the email contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • address

      EmailContact.Builder address(String address)

      The email address this email contact points to. The activation email and any subscribed emails are sent here.

      Parameters:
      address - The email address this email contact points to. The activation email and any subscribed emails are sent here.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      EmailContact.Builder status(String status)

      The status of the email contact. Only activated email contacts receive emails.

      Parameters:
      status - The status of the email contact. Only activated email contacts receive emails.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the email contact. Only activated email contacts receive emails.

      Parameters:
      status - The status of the email contact. Only activated email contacts receive emails.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      EmailContact.Builder creationTime(Instant creationTime)

      The creation time of the resource.

      Parameters:
      creationTime - The creation time of the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateTime

      EmailContact.Builder updateTime(Instant updateTime)

      The time the resource was last updated.

      Parameters:
      updateTime - The time the resource was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.