Uses of Interface
software.amazon.awssdk.services.glue.model.SelectFields.Builder
-
Packages that use SelectFields.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of SelectFields.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return SelectFields.Builder Modifier and Type Method Description static SelectFields.BuilderSelectFields. builder()SelectFields.BuilderSelectFields.Builder. inputs(String... inputs)The data inputs identified by their node names.SelectFields.BuilderSelectFields.Builder. inputs(Collection<String> inputs)The data inputs identified by their node names.SelectFields.BuilderSelectFields.Builder. name(String name)The name of the transform node.SelectFields.BuilderSelectFields.Builder. paths(Collection<? extends Collection<String>> paths)A JSON path to a variable in the data structure.SelectFields.BuilderSelectFields.Builder. paths(Collection<String>... paths)A JSON path to a variable in the data structure.SelectFields.BuilderSelectFields. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type SelectFields.Builder Modifier and Type Method Description static Class<? extends SelectFields.Builder>SelectFields. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type SelectFields.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. selectFields(Consumer<SelectFields.Builder> selectFields)Specifies a transform that chooses the data property keys that you want to keep.
-