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