public static interface SelectFromCollection.Builder extends SdkPojo, CopyableBuilder<SelectFromCollection.Builder,SelectFromCollection>
| Modifier and Type | Method and Description |
|---|---|
SelectFromCollection.Builder |
index(Integer index)
The index for the DynamicFrame to be selected.
|
SelectFromCollection.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
SelectFromCollection.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
SelectFromCollection.Builder |
name(String name)
The name of the transform node.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSelectFromCollection.Builder name(String name)
The name of the transform node.
name - The name of the transform node.SelectFromCollection.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.SelectFromCollection.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.SelectFromCollection.Builder index(Integer index)
The index for the DynamicFrame to be selected.
index - The index for the DynamicFrame to be selected.Copyright © 2023. All rights reserved.