| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DropFields |
DropFields.clone() |
DropFields |
CodeGenConfigurationNode.getDropFields()
Specifies a transform that chooses the data property keys that you want to drop.
|
DropFields |
DropFields.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
DropFields |
DropFields.withInputs(String... inputs)
The data inputs identified by their node names.
|
DropFields |
DropFields.withName(String name)
The name of the transform node.
|
DropFields |
DropFields.withPaths(Collection<List<String>> paths)
A JSON path to a variable in the data structure.
|
DropFields |
DropFields.withPaths(List<String>... paths)
A JSON path to a variable in the data structure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setDropFields(DropFields dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDropFields(DropFields dropFields)
Specifies a transform that chooses the data property keys that you want to drop.
|
Copyright © 2025. All rights reserved.