RecipeStep

Represents a single step from a DataBrew recipe to be performed.

Types

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

Properties

Link copied to clipboard

The particular action to be performed in the recipe step.

Link copied to clipboard

One or more conditions that must be met for the recipe step to succeed.

Functions

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