Step

class Step

Represents a step in a Region switch plan workflow. Each step performs a specific action during the Region switch process.

Types

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

Properties

Link copied to clipboard

The description of a step in a workflow.

Link copied to clipboard

The configuration for an execution block in a workflow.

Link copied to clipboard

The type of an execution block in a workflow.

Link copied to clipboard

The name of a step in a workflow.

Functions

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