Interface GetContactResponse.Builder

    • Method Detail

      • contactArn

        GetContactResponse.Builder contactArn​(String contactArn)

        The ARN of the contact or escalation plan.

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

        GetContactResponse.Builder alias​(String alias)

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

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

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

        GetContactResponse.Builder type​(String type)

        The type of contact, either PERSONAL or ESCALATION.

        Parameters:
        type - The type of contact, either PERSONAL or ESCALATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType
      • type

        GetContactResponse.Builder type​(ContactType type)

        The type of contact, either PERSONAL or ESCALATION.

        Parameters:
        type - The type of contact, either PERSONAL or ESCALATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType
      • plan

        GetContactResponse.Builder plan​(Plan plan)

        Details about the specific timing or stages and targets of the escalation plan or engagement plan.

        Parameters:
        plan - Details about the specific timing or stages and targets of the escalation plan or engagement plan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.