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