Uses of Interface
software.amazon.awssdk.services.glue.model.Union.Builder
-
Packages that use Union.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Union.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Union.Builder Modifier and Type Method Description static Union.BuilderUnion. builder()Union.BuilderUnion.Builder. inputs(String... inputs)The node ID inputs to the transform.Union.BuilderUnion.Builder. inputs(Collection<String> inputs)The node ID inputs to the transform.Union.BuilderUnion.Builder. name(String name)The name of the transform node.Union.BuilderUnion. toBuilder()Union.BuilderUnion.Builder. unionType(String unionType)Indicates the type of Union transform.Union.BuilderUnion.Builder. unionType(UnionType unionType)Indicates the type of Union transform.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Union.Builder Modifier and Type Method Description static Class<? extends Union.Builder>Union. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Union.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. union(Consumer<Union.Builder> union)Specifies a transform that combines the rows from two or more datasets into a single result.
-