Interface ArchiveAction.Builder

  • Method Details

    • actionFailurePolicy

      ArchiveAction.Builder actionFailurePolicy(String actionFailurePolicy)

      A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.

      Parameters:
      actionFailurePolicy - A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • actionFailurePolicy

      ArchiveAction.Builder actionFailurePolicy(ActionFailurePolicy actionFailurePolicy)

      A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.

      Parameters:
      actionFailurePolicy - A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetArchive

      ArchiveAction.Builder targetArchive(String targetArchive)

      The identifier of the archive to send the email to.

      Parameters:
      targetArchive - The identifier of the archive to send the email to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.