public static interface Spigot.Builder extends SdkPojo, CopyableBuilder<Spigot.Builder,Spigot>
| Modifier and Type | Method and Description |
|---|---|
Spigot.Builder |
inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
Spigot.Builder |
inputs(String... inputs)
The data inputs identified by their node names.
|
Spigot.Builder |
name(String name)
The name of the transform node.
|
Spigot.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.Builder |
prob(Double prob)
The probability (a decimal value with a maximum value of 1) of picking any given record.
|
Spigot.Builder |
topk(Integer topk)
Specifies a number of records to write starting from the beginning of the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpigot.Builder name(String name)
The name of the transform node.
name - The name of the transform node.Spigot.Builder inputs(Collection<String> inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.Spigot.Builder inputs(String... inputs)
The data inputs identified by their node names.
inputs - The data inputs identified by their node names.Spigot.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.
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.Builder topk(Integer topk)
Specifies a number of records to write starting from the beginning of the dataset.
topk - Specifies a number of records to write starting from the beginning of the dataset.Spigot.Builder prob(Double prob)
The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1 indicates that each row read from the dataset should be included in the sample output.
prob - The probability (a decimal value with a maximum value of 1) of picking any given record. A value of 1
indicates that each row read from the dataset should be included in the sample output.Copyright © 2023. All rights reserved.