Interface JobStepRestartMarker.Builder

  • Method Details

    • fromProcStep

      JobStepRestartMarker.Builder fromProcStep(String fromProcStep)

      The procedure step name that a batch job was restarted from.

      Parameters:
      fromProcStep - The procedure step name that a batch job was restarted from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fromStep

      The step name that a batch job was restarted from.

      Parameters:
      fromStep - The step name that a batch job was restarted from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skip

      The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.

      Parameters:
      skip - The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepCheckpoint

      JobStepRestartMarker.Builder stepCheckpoint(Integer stepCheckpoint)

      Skip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.

      Parameters:
      stepCheckpoint - Skip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toProcStep

      JobStepRestartMarker.Builder toProcStep(String toProcStep)

      The procedure step name that a batch job was restarted to.

      Parameters:
      toProcStep - The procedure step name that a batch job was restarted to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toStep

      The step name that a batch job was restarted to.

      Parameters:
      toStep - The step name that a batch job was restarted to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.