| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SelectFromCollection |
SelectFromCollection.clone() |
SelectFromCollection |
CodeGenConfigurationNode.getSelectFromCollection()
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames. |
SelectFromCollection |
SelectFromCollection.withIndex(Integer index)
The index for the DynamicFrame to be selected.
|
SelectFromCollection |
SelectFromCollection.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SelectFromCollection |
SelectFromCollection.withInputs(String... inputs)
The data inputs identified by their node names.
|
SelectFromCollection |
SelectFromCollection.withName(String name)
The name of the transform node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setSelectFromCollection(SelectFromCollection selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames. |
CodeGenConfigurationNode |
CodeGenConfigurationNode.withSelectFromCollection(SelectFromCollection selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of DynamicFrames. |
Copyright © 2025. All rights reserved.