Interface ResolutionContact.Builder

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

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

    • 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

      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:
    • 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:
    • 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.