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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobStepRestartMarker.BuilderfromProcStep(String fromProcStep)The procedure step name that a job was restarted from.JobStepRestartMarker.BuilderfromStep(String fromStep)The step name that a batch job restart was from.JobStepRestartMarker.BuildertoProcStep(String toProcStep)The procedure step name that a batch job was restarted to.JobStepRestartMarker.BuildertoStep(String toStep)The step name that a job was restarted to.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
JobStepRestartMarker.Builder fromStep(String 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
JobStepRestartMarker.Builder toStep(String 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.
-
-