Interface Contact.Builder

    • Method Detail

      • contactArn

        Contact.Builder contactArn​(String contactArn)

        The Amazon Resource Name (ARN) of the contact or escalation plan.

        Parameters:
        contactArn - The Amazon Resource Name (ARN) of the contact or escalation plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        Contact.Builder alias​(String alias)

        The unique and identifiable alias of the contact or escalation plan.

        Parameters:
        alias - The unique and identifiable alias of the contact or escalation plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        Contact.Builder displayName​(String displayName)

        The full name of the contact or escalation plan.

        Parameters:
        displayName - The full name of the contact or escalation plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Contact.Builder type​(String type)

        Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION.

        Parameters:
        type - Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType
      • type

        Contact.Builder type​(ContactType type)

        Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION.

        Parameters:
        type - Refers to the type of contact. A single contact is type PERSONAL and an escalation plan is type ESCALATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType