Interface AlternateContact.Builder

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

public static interface AlternateContact.Builder extends SdkPojo, CopyableBuilder<AlternateContact.Builder,AlternateContact>
  • Method Details

    • alternateContactType

      AlternateContact.Builder alternateContactType(String alternateContactType)

      The type of alternate contact.

      Parameters:
      alternateContactType - The type of alternate contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • alternateContactType

      AlternateContact.Builder alternateContactType(AlternateContactType alternateContactType)

      The type of alternate contact.

      Parameters:
      alternateContactType - The type of alternate contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • emailAddress

      AlternateContact.Builder emailAddress(String emailAddress)

      The email address associated with this alternate contact.

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

      The name associated with this alternate contact.

      Parameters:
      name - The name associated with this alternate contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phoneNumber

      AlternateContact.Builder phoneNumber(String phoneNumber)

      The phone number associated with this alternate contact.

      Parameters:
      phoneNumber - The phone number associated with this alternate contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      The title associated with this alternate contact.

      Parameters:
      title - The title associated with this alternate contact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.