Uses of Interface
software.amazon.awssdk.services.glue.model.SelectFromCollection.Builder
-
Packages that use SelectFromCollection.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SelectFromCollection.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SelectFromCollection.Builder Modifier and Type Method Description static SelectFromCollection.BuilderSelectFromCollection. builder()SelectFromCollection.BuilderSelectFromCollection.Builder. index(Integer index)The index for the DynamicFrame to be selected.SelectFromCollection.BuilderSelectFromCollection.Builder. inputs(String... inputs)The data inputs identified by their node names.SelectFromCollection.BuilderSelectFromCollection.Builder. inputs(Collection<String> inputs)The data inputs identified by their node names.SelectFromCollection.BuilderSelectFromCollection.Builder. name(String name)The name of the transform node.SelectFromCollection.BuilderSelectFromCollection. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SelectFromCollection.Builder Modifier and Type Method Description static Class<? extends SelectFromCollection.Builder>SelectFromCollection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SelectFromCollection.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. selectFromCollection(Consumer<SelectFromCollection.Builder> selectFromCollection)Specifies a transform that chooses oneDynamicFramefrom a collection ofDynamicFrames.
-