static BatchJobIdentifier.Builder |
BatchJobIdentifier.builder() |
|
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.fileBatchJobIdentifier(Consumer<FileBatchJobIdentifier.Builder> fileBatchJobIdentifier) |
Specifies a file associated with a specific batch job.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.fileBatchJobIdentifier(FileBatchJobIdentifier fileBatchJobIdentifier) |
Specifies a file associated with a specific batch job.
|
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.restartBatchJobIdentifier(Consumer<RestartBatchJobIdentifier.Builder> restartBatchJobIdentifier) |
Specifies the required information for restart, including execution ID and jobsteprestartmarker.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.restartBatchJobIdentifier(RestartBatchJobIdentifier restartBatchJobIdentifier) |
Specifies the required information for restart, including execution ID and jobsteprestartmarker.
|
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.s3BatchJobIdentifier(Consumer<S3BatchJobIdentifier.Builder> s3BatchJobIdentifier) |
Specifies an Amazon S3 location that identifies the batch jobs that you want to run.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.s3BatchJobIdentifier(S3BatchJobIdentifier s3BatchJobIdentifier) |
Specifies an Amazon S3 location that identifies the batch jobs that you want to run.
|
default BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.scriptBatchJobIdentifier(Consumer<ScriptBatchJobIdentifier.Builder> scriptBatchJobIdentifier) |
A batch job identifier in which the batch job to run is identified by the script name.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.Builder.scriptBatchJobIdentifier(ScriptBatchJobIdentifier scriptBatchJobIdentifier) |
A batch job identifier in which the batch job to run is identified by the script name.
|
BatchJobIdentifier.Builder |
BatchJobIdentifier.toBuilder() |
|