Node

class Node

A node represents an Glue component (trigger, crawler, or job) on a workflow graph.

Types

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

Properties

Link copied to clipboard

Details of the crawler when the node represents a crawler.

Link copied to clipboard

Details of the Job when the node represents a Job.

Link copied to clipboard
val name: String?

The name of the Glue component represented by the node.

Link copied to clipboard

Details of the Trigger when the node represents a Trigger.

Link copied to clipboard

The type of Glue component represented by the node.

Link copied to clipboard

The unique Id assigned to the node within the workflow.

Functions

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