| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static RenameField.Builder |
RenameField.builder() |
RenameField.Builder |
RenameField.Builder.inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
RenameField.Builder |
RenameField.Builder.inputs(String... inputs)
The data inputs identified by their node names.
|
RenameField.Builder |
RenameField.Builder.name(String name)
The name of the transform node.
|
RenameField.Builder |
RenameField.Builder.sourcePath(Collection<String> sourcePath)
A JSON path to a variable in the data structure for the source data.
|
RenameField.Builder |
RenameField.Builder.sourcePath(String... sourcePath)
A JSON path to a variable in the data structure for the source data.
|
RenameField.Builder |
RenameField.Builder.targetPath(Collection<String> targetPath)
A JSON path to a variable in the data structure for the target data.
|
RenameField.Builder |
RenameField.Builder.targetPath(String... targetPath)
A JSON path to a variable in the data structure for the target data.
|
RenameField.Builder |
RenameField.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RenameField.Builder> |
RenameField.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.renameField(Consumer<RenameField.Builder> renameField)
Specifies a transform that renames a single data property key.
|
Copyright © 2023. All rights reserved.