Interface Email.Builder

    • Method Detail

      • value

        Email.Builder value​(String value)

        A string containing an email address. For example, "johndoe@amazon.com."

        Parameters:
        value - A string containing an email address. For example, "johndoe@amazon.com."
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Email.Builder type​(String type)

        A string representing the type of address. For example, "Work."

        Parameters:
        type - A string representing the type of address. For example, "Work."
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • primary

        Email.Builder primary​(Boolean primary)

        A Boolean value representing whether this is the primary email address for the associated resource.

        Parameters:
        primary - A Boolean value representing whether this is the primary email address for the associated resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.