| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static SelectFromCollection.Builder |
SelectFromCollection.builder() |
SelectFromCollection.Builder |
SelectFromCollection.Builder.index(Integer index)
The index for the DynamicFrame to be selected.
|
SelectFromCollection.Builder |
SelectFromCollection.Builder.inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SelectFromCollection.Builder |
SelectFromCollection.Builder.inputs(String... inputs)
The data inputs identified by their node names.
|
SelectFromCollection.Builder |
SelectFromCollection.Builder.name(String name)
The name of the transform node.
|
SelectFromCollection.Builder |
SelectFromCollection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SelectFromCollection.Builder> |
SelectFromCollection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.selectFromCollection(Consumer<SelectFromCollection.Builder> selectFromCollection)
Specifies a transform that chooses one
DynamicFrame from a collection of
DynamicFrames. |
Copyright © 2023. All rights reserved.