| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Merge |
Merge.clone() |
Merge |
CodeGenConfigurationNode.getMerge()
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
Merge |
Merge.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
Merge |
Merge.withInputs(String... inputs)
The data inputs identified by their node names.
|
Merge |
Merge.withName(String name)
The name of the transform node.
|
Merge |
Merge.withPrimaryKeys(Collection<List<String>> primaryKeys)
The list of primary key fields to match records from the source and staging dynamic frames.
|
Merge |
Merge.withPrimaryKeys(List<String>... primaryKeys)
The list of primary key fields to match records from the source and staging dynamic frames.
|
Merge |
Merge.withSource(String source)
The source
DynamicFrame that will be merged with a staging DynamicFrame. |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setMerge(Merge merge)
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
CodeGenConfigurationNode |
CodeGenConfigurationNode.withMerge(Merge merge)
Specifies a transform that merges a
DynamicFrame with a staging DynamicFrame based on
the specified primary keys to identify records. |
Copyright © 2023. All rights reserved.