StepConfig

Specification for a cluster (job flow) step.

Types

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

Properties

Link copied to clipboard

The action to take when the step fails. Use one of the following values:

Link copied to clipboard

The JAR file used for the step.

Link copied to clipboard
val name: String?

The name of the step.

Functions

Link copied to clipboard
inline fun copy(block: StepConfig.Builder.() -> Unit = {}): StepConfig
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