Interface Contact.Builder

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

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

    • name

      Contact.Builder name(String name)

      The name of the contact person or role.

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

      Contact.Builder email(String email)

      The email address of the contact person or role.

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