/AWS1/CL_M2_BATCHJOBIDENTIFIER¶
Identifies a specific batch job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_filebatchjobidentifier TYPE REF TO /AWS1/CL_M2_FILEBATCHJOBID /AWS1/CL_M2_FILEBATCHJOBID¶
Specifies a file associated with a specific batch job.
io_scriptbatchjobidentifier TYPE REF TO /AWS1/CL_M2_SCRIPTBATCHJOBID /AWS1/CL_M2_SCRIPTBATCHJOBID¶
A batch job identifier in which the batch job to run is identified by the script name.
io_s3batchjobidentifier TYPE REF TO /AWS1/CL_M2_S3BATCHJOBID /AWS1/CL_M2_S3BATCHJOBID¶
Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.
io_restartbatchjobidentifier TYPE REF TO /AWS1/CL_M2_RESTARTBATCHJOBID /AWS1/CL_M2_RESTARTBATCHJOBID¶
Specifies the required information for restart, including
executionIdandJobStepRestartMarker.
Queryable Attributes¶
fileBatchJobIdentifier¶
Specifies a file associated with a specific batch job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEBATCHJOBIDENTIFIER() |
Getter for FILEBATCHJOBIDENTIFIER |
scriptBatchJobIdentifier¶
A batch job identifier in which the batch job to run is identified by the script name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCRIPTBATCHJOBIDENTIFIER() |
Getter for SCRIPTBATCHJOBIDENTIFIER |
s3BatchJobIdentifier¶
Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BATCHJOBIDENTIFIER() |
Getter for S3BATCHJOBIDENTIFIER |
restartBatchJobIdentifier¶
Specifies the required information for restart, including
executionIdandJobStepRestartMarker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESTARTBATCHJOBID() |
Getter for RESTARTBATCHJOBIDENTIFIER |