Interface JobStepRestartMarker.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobStepRestartMarker.Builder,
,JobStepRestartMarker> SdkBuilder<JobStepRestartMarker.Builder,
,JobStepRestartMarker> SdkPojo
- Enclosing class:
JobStepRestartMarker
@Mutable
@NotThreadSafe
public static interface JobStepRestartMarker.Builder
extends SdkPojo, CopyableBuilder<JobStepRestartMarker.Builder,JobStepRestartMarker>
-
Method Summary
Modifier and TypeMethodDescriptionfromProcStep
(String fromProcStep) The procedure step name that a batch job was restarted from.The step name that a batch job was restarted from.The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.stepCheckpoint
(Integer stepCheckpoint) Skip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.toProcStep
(String toProcStep) The procedure step name that a batch job was restarted to.The step name that a batch 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-