Uses of Interface
software.amazon.awssdk.services.m2.model.JobStepRestartMarker.Builder
-
Packages that use JobStepRestartMarker.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of JobStepRestartMarker.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return JobStepRestartMarker.Builder Modifier and Type Method Description static JobStepRestartMarker.BuilderJobStepRestartMarker. builder()JobStepRestartMarker.BuilderJobStepRestartMarker.Builder. fromProcStep(String fromProcStep)The procedure step name that a job was restarted from.JobStepRestartMarker.BuilderJobStepRestartMarker.Builder. fromStep(String fromStep)The step name that a batch job restart was from.JobStepRestartMarker.BuilderJobStepRestartMarker. toBuilder()JobStepRestartMarker.BuilderJobStepRestartMarker.Builder. toProcStep(String toProcStep)The procedure step name that a batch job was restarted to.JobStepRestartMarker.BuilderJobStepRestartMarker.Builder. toStep(String toStep)The step name that a job was restarted to.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type JobStepRestartMarker.Builder Modifier and Type Method Description static Class<? extends JobStepRestartMarker.Builder>JobStepRestartMarker. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type JobStepRestartMarker.Builder Modifier and Type Method Description default GetBatchJobExecutionResponse.BuilderGetBatchJobExecutionResponse.Builder. jobStepRestartMarker(Consumer<JobStepRestartMarker.Builder> jobStepRestartMarker)The restart steps information for the most recent restart operation.default RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier.Builder. jobStepRestartMarker(Consumer<JobStepRestartMarker.Builder> jobStepRestartMarker)The restart step information for the most recent restart operation.
-