public static interface DropDuplicates.Builder extends SdkPojo, CopyableBuilder<DropDuplicates.Builder,DropDuplicates>
| Modifier and Type | Method and Description |
|---|---|
DropDuplicates.Builder |
columns(Collection<? extends Collection<String>> columns)
The name of the columns to be merged or removed if repeating.
|
DropDuplicates.Builder |
columns(Collection<String>... columns)
The name of the columns to be merged or removed if repeating.
|
DropDuplicates.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
DropDuplicates.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
DropDuplicates.Builder |
name(String name)
The name of the transform node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDropDuplicates.Builder name(String name)
The name of the transform node.
name - The name of the transform node.DropDuplicates.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.DropDuplicates.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.DropDuplicates.Builder columns(Collection<? extends Collection<String>> columns)
The name of the columns to be merged or removed if repeating.
columns - The name of the columns to be merged or removed if repeating.DropDuplicates.Builder columns(Collection<String>... columns)
The name of the columns to be merged or removed if repeating.
columns - The name of the columns to be merged or removed if repeating.Copyright © 2023. All rights reserved.