Interface ResolutionContact.Builder

    • Method Detail

      • contactArn

        ResolutionContact.Builder contactArn​(String contactArn)

        The Amazon Resource Name (ARN) of a contact in the engagement resolution process.

        Parameters:
        contactArn - The Amazon Resource Name (ARN) of a contact in the engagement resolution process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ResolutionContact.Builder type​(String type)

        The type of contact for a resolution step.

        Parameters:
        type - The type of contact for a resolution step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType
      • type

        ResolutionContact.Builder type​(ContactType type)

        The type of contact for a resolution step.

        Parameters:
        type - The type of contact for a resolution step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContactType, ContactType
      • stageIndex

        ResolutionContact.Builder stageIndex​(Integer stageIndex)

        The stage in the escalation plan that resolves to this contact.

        Parameters:
        stageIndex - The stage in the escalation plan that resolves to this contact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.