Interface ArchiveAction.Builder

    • Method Detail

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