Package com.pulumi.aws.glue.outputs
Class GetScriptDagNode
- java.lang.Object
-
- com.pulumi.aws.glue.outputs.GetScriptDagNode
-
public final class GetScriptDagNode extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetScriptDagNode.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GetScriptDagNodeArg>
args()
static GetScriptDagNode.Builder
builder()
static GetScriptDagNode.Builder
builder(GetScriptDagNode defaults)
java.lang.String
id()
java.util.Optional<java.lang.Integer>
lineNumber()
java.lang.String
nodeType()
-
-
-
Method Detail
-
args
public java.util.List<GetScriptDagNodeArg> args()
- Returns:
- Nested configuration an argument or property of a node. Defined below.
-
id
public java.lang.String id()
- Returns:
- Node identifier that is unique within the node's graph.
-
lineNumber
public java.util.Optional<java.lang.Integer> lineNumber()
- Returns:
- Line number of the node.
-
nodeType
public java.lang.String nodeType()
- Returns:
- Type of node this is.
-
builder
public static GetScriptDagNode.Builder builder()
-
builder
public static GetScriptDagNode.Builder builder(GetScriptDagNode defaults)
-
-