Uses of Interface
software.amazon.awssdk.services.glue.model.Spigot.Builder
-
Packages that use Spigot.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Spigot.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Spigot.Builder Modifier and Type Method Description static Spigot.BuilderSpigot. builder()Spigot.BuilderSpigot.Builder. inputs(String... inputs)The data inputs identified by their node names.Spigot.BuilderSpigot.Builder. inputs(Collection<String> inputs)The data inputs identified by their node names.Spigot.BuilderSpigot.Builder. name(String name)The name of the transform node.Spigot.BuilderSpigot.Builder. path(String path)A path in Amazon S3 where the transform will write a subset of records from the dataset to a JSON file in an Amazon S3 bucket.Spigot.BuilderSpigot.Builder. prob(Double prob)The probability (a decimal value with a maximum value of 1) of picking any given record.Spigot.BuilderSpigot. toBuilder()Spigot.BuilderSpigot.Builder. topk(Integer topk)Specifies a number of records to write starting from the beginning of the dataset.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Spigot.Builder Modifier and Type Method Description static Class<? extends Spigot.Builder>Spigot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Spigot.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. spigot(Consumer<Spigot.Builder> spigot)Specifies a transform that writes samples of the data to an Amazon S3 bucket.
-