Interface Email.Builder

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

@Mutable @NotThreadSafe public static interface Email.Builder extends SdkPojo, CopyableBuilder<Email.Builder,Email>
  • Method Details

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