Interface JobStepRestartMarker.Builder

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

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

    • fromProcStep

      JobStepRestartMarker.Builder fromProcStep(String fromProcStep)

      The procedure step name that a job was restarted from.

      Parameters:
      fromProcStep - The procedure step name that a 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 restart was from.

      Parameters:
      fromStep - The step name that a batch job restart was from.
      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 job was restarted to.

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