| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RenameField |
RenameField.clone() |
RenameField |
CodeGenConfigurationNode.getRenameField()
Specifies a transform that renames a single data property key.
|
RenameField |
RenameField.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
RenameField |
RenameField.withInputs(String... inputs)
The data inputs identified by their node names.
|
RenameField |
RenameField.withName(String name)
The name of the transform node.
|
RenameField |
RenameField.withSourcePath(Collection<String> sourcePath)
A JSON path to a variable in the data structure for the source data.
|
RenameField |
RenameField.withSourcePath(String... sourcePath)
A JSON path to a variable in the data structure for the source data.
|
RenameField |
RenameField.withTargetPath(Collection<String> targetPath)
A JSON path to a variable in the data structure for the target data.
|
RenameField |
RenameField.withTargetPath(String... targetPath)
A JSON path to a variable in the data structure for the target data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setRenameField(RenameField renameField)
Specifies a transform that renames a single data property key.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withRenameField(RenameField renameField)
Specifies a transform that renames a single data property key.
|
Copyright © 2022. All rights reserved.