public static interface SelectFields.Builder extends SdkPojo, CopyableBuilder<SelectFields.Builder,SelectFields>
| Modifier and Type | Method and Description |
|---|---|
SelectFields.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SelectFields.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
SelectFields.Builder |
name(String name)
The name of the transform node.
|
SelectFields.Builder |
paths(Collection<? extends Collection<String>> paths)
A JSON path to a variable in the data structure.
|
SelectFields.Builder |
paths(Collection<String>... paths)
A JSON path to a variable in the data structure.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelectFields.Builder name(String name)
The name of the transform node.
name - The name of the transform node.SelectFields.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.SelectFields.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.SelectFields.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.SelectFields.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.