public static interface SplitFields.Builder extends SdkPojo, CopyableBuilder<SplitFields.Builder,SplitFields>
| Modifier and Type | Method and Description |
|---|---|
SplitFields.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SplitFields.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
SplitFields.Builder |
name(String name)
The name of the transform node.
|
SplitFields.Builder |
paths(Collection<? extends Collection<String>> paths)
A JSON path to a variable in the data structure.
|
SplitFields.Builder |
paths(Collection<String>... paths)
A JSON path to a variable in the data structure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSplitFields.Builder name(String name)
The name of the transform node.
name - The name of the transform node.SplitFields.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.SplitFields.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.SplitFields.Builder paths(Collection<? extends Collection<String>> paths)
A JSON path to a variable in the data structure.
paths - A JSON path to a variable in the data structure.SplitFields.Builder paths(Collection<String>... paths)
A JSON path to a variable in the data structure.
paths - A JSON path to a variable in the data structure.Copyright © 2023. All rights reserved.