public static interface Merge.Builder extends SdkPojo, CopyableBuilder<Merge.Builder,Merge>
Modifier and Type | Method and Description |
---|---|
Merge.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
Merge.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
Merge.Builder |
name(String name)
The name of the transform node.
|
Merge.Builder |
primaryKeys(Collection<? extends Collection<String>> primaryKeys)
The list of primary key fields to match records from the source and staging dynamic frames.
|
Merge.Builder |
primaryKeys(Collection<String>... primaryKeys)
The list of primary key fields to match records from the source and staging dynamic frames.
|
Merge.Builder |
source(String source)
The source
DynamicFrame that will be merged with a staging DynamicFrame . |
equalsBySdkFields, sdkFields
copy
applyMutation, build
Merge.Builder name(String name)
The name of the transform node.
name
- The name of the transform node.Merge.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs
- The data inputs identified by their node names.Merge.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs
- The data inputs identified by their node names.Merge.Builder source(String source)
The source DynamicFrame
that will be merged with a staging DynamicFrame
.
source
- The source DynamicFrame
that will be merged with a staging DynamicFrame
.Merge.Builder primaryKeys(Collection<? extends Collection<String>> primaryKeys)
The list of primary key fields to match records from the source and staging dynamic frames.
primaryKeys
- The list of primary key fields to match records from the source and staging dynamic frames.Merge.Builder primaryKeys(Collection<String>... primaryKeys)
The list of primary key fields to match records from the source and staging dynamic frames.
primaryKeys
- The list of primary key fields to match records from the source and staging dynamic frames.Copyright © 2022. All rights reserved.