Uses of Interface
software.amazon.awssdk.services.m2.model.RestartBatchJobIdentifier.Builder
-
Packages that use RestartBatchJobIdentifier.Builder Package Description software.amazon.awssdk.services.m2.model -
-
Uses of RestartBatchJobIdentifier.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return RestartBatchJobIdentifier.Builder Modifier and Type Method Description static RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier. builder()RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier.Builder. executionId(String executionId)The executionId from the StartBatchJob response when the job ran for the first time.default RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier.Builder. jobStepRestartMarker(Consumer<JobStepRestartMarker.Builder> jobStepRestartMarker)The restart step information for the most recent restart operation.RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier.Builder. jobStepRestartMarker(JobStepRestartMarker jobStepRestartMarker)The restart step information for the most recent restart operation.RestartBatchJobIdentifier.BuilderRestartBatchJobIdentifier. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type RestartBatchJobIdentifier.Builder Modifier and Type Method Description static Class<? extends RestartBatchJobIdentifier.Builder>RestartBatchJobIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type RestartBatchJobIdentifier.Builder Modifier and Type Method Description static BatchJobIdentifierBatchJobIdentifier. fromRestartBatchJobIdentifier(Consumer<RestartBatchJobIdentifier.Builder> restartBatchJobIdentifier)Create an instance of this class withBatchJobIdentifier.restartBatchJobIdentifier()initialized to the given value.default BatchJobIdentifier.BuilderBatchJobIdentifier.Builder. restartBatchJobIdentifier(Consumer<RestartBatchJobIdentifier.Builder> restartBatchJobIdentifier)Specifies the required information for restart, including execution ID and jobsteprestartmarker.
-