BatchJobIdentifier
Identifies a specific batch job.
Inheritors
Types
Specifies a file associated with a specific batch job.
Specifies the required information for restart, including executionId
and JobStepRestartMarker
.
Specifies an Amazon S3 location that identifies the batch jobs that you want to run. Use this identifier to run ad hoc batch jobs.
A batch job identifier in which the batch job to run is identified by the script name.
Functions
Casts this BatchJobIdentifier as a FileBatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.FileBatchJobIdentifier value. Throws an exception if the BatchJobIdentifier is not a FileBatchJobIdentifier.
Casts this BatchJobIdentifier as a FileBatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.FileBatchJobIdentifier value. Returns null if the BatchJobIdentifier is not a FileBatchJobIdentifier.
Casts this BatchJobIdentifier as a RestartBatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.RestartBatchJobIdentifier value. Throws an exception if the BatchJobIdentifier is not a RestartBatchJobIdentifier.
Casts this BatchJobIdentifier as a RestartBatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.RestartBatchJobIdentifier value. Returns null if the BatchJobIdentifier is not a RestartBatchJobIdentifier.
Casts this BatchJobIdentifier as a S3BatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.S3BatchJobIdentifier value. Throws an exception if the BatchJobIdentifier is not a S3BatchJobIdentifier.
Casts this BatchJobIdentifier as a S3BatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.S3BatchJobIdentifier value. Returns null if the BatchJobIdentifier is not a S3BatchJobIdentifier.
Casts this BatchJobIdentifier as a ScriptBatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.ScriptBatchJobIdentifier value. Throws an exception if the BatchJobIdentifier is not a ScriptBatchJobIdentifier.
Casts this BatchJobIdentifier as a ScriptBatchJobIdentifier and retrieves its aws.sdk.kotlin.services.m2.model.ScriptBatchJobIdentifier value. Returns null if the BatchJobIdentifier is not a ScriptBatchJobIdentifier.