Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Union |
Union.clone() |
Union |
CodeGenConfigurationNode.getUnion()
Specifies a transform that combines the rows from two or more datasets into a single result.
|
Union |
Union.withInputs(Collection<String> inputs)
The node ID inputs to the transform.
|
Union |
Union.withInputs(String... inputs)
The node ID inputs to the transform.
|
Union |
Union.withName(String name)
The name of the transform node.
|
Union |
Union.withUnionType(String unionType)
Indicates the type of Union transform.
|
Union |
Union.withUnionType(UnionType unionType)
Indicates the type of Union transform.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setUnion(Union union)
Specifies a transform that combines the rows from two or more datasets into a single result.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withUnion(Union union)
Specifies a transform that combines the rows from two or more datasets into a single result.
|
Copyright © 2022. All rights reserved.