public static interface Union.Builder extends SdkPojo, CopyableBuilder<Union.Builder,Union>
| Modifier and Type | Method and Description |
|---|---|
Union.Builder |
inputs(Collection<String> inputs)
The node ID inputs to the transform.
|
Union.Builder |
inputs(String... inputs)
The node ID inputs to the transform.
|
Union.Builder |
name(String name)
The name of the transform node.
|
Union.Builder |
unionType(String unionType)
Indicates the type of Union transform.
|
Union.Builder |
unionType(UnionType unionType)
Indicates the type of Union transform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnion.Builder name(String name)
The name of the transform node.
name - The name of the transform node.Union.Builder inputs(Collection<String> inputs)
The node ID inputs to the transform.
inputs - The node ID inputs to the transform.Union.Builder inputs(String... inputs)
The node ID inputs to the transform.
inputs - The node ID inputs to the transform.Union.Builder unionType(String unionType)
Indicates the type of Union transform.
Specify ALL to join all rows from data sources to the resulting DynamicFrame. The resulting
union does not remove duplicate rows.
Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.
unionType - Indicates the type of Union transform.
Specify ALL to join all rows from data sources to the resulting DynamicFrame. The
resulting union does not remove duplicate rows.
Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.
UnionType,
UnionTypeUnion.Builder unionType(UnionType unionType)
Indicates the type of Union transform.
Specify ALL to join all rows from data sources to the resulting DynamicFrame. The resulting
union does not remove duplicate rows.
Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.
unionType - Indicates the type of Union transform.
Specify ALL to join all rows from data sources to the resulting DynamicFrame. The
resulting union does not remove duplicate rows.
Specify DISTINCT to remove duplicate rows in the resulting DynamicFrame.
UnionType,
UnionTypeCopyright © 2023. All rights reserved.