Interface ContactTargetInfo.Builder

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

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

    • contactId

      ContactTargetInfo.Builder contactId(String contactId)

      The Amazon Resource Name (ARN) of the contact.

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

      ContactTargetInfo.Builder isEssential(Boolean isEssential)

      A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.

      Parameters:
      isEssential - A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.