JobStep

class JobStep

Provides information related to a job step.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a procedure step.

Link copied to clipboard

The number of a procedure step.

Link copied to clipboard

A registered step-level checkpoint identifier that can be used for restarting an Amazon Web Services Blu Age application batch job.

Link copied to clipboard

The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.

Link copied to clipboard

The step-level checkpoint status for an Amazon Web Services Blu Age application batch job.

Link copied to clipboard

The condition code of a step.

Link copied to clipboard

The name of a step.

Link copied to clipboard

The number of a step.

Link copied to clipboard

Specifies if a step can be restarted or not.

Functions

Link copied to clipboard
inline fun copy(block: JobStep.Builder.() -> Unit = {}): JobStep
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String