OutputSource.Builder |
OutputSource.Builder.applyNormalization(Boolean applyNormalization) |
Normalizes the attributes defined in the schema in the input data.
|
static OutputSource.Builder |
OutputSource.builder() |
|
OutputSource.Builder |
OutputSource.Builder.kmsArn(String kmsArn) |
Customer KMS ARN for encryption at rest.
|
OutputSource.Builder |
OutputSource.Builder.output(Collection<OutputAttribute> output) |
A list of OutputAttribute objects, each of which have the fields Name and
Hashed.
|
OutputSource.Builder |
OutputSource.Builder.output(Consumer<OutputAttribute.Builder>... output) |
A list of OutputAttribute objects, each of which have the fields Name and
Hashed.
|
OutputSource.Builder |
OutputSource.Builder.output(OutputAttribute... output) |
A list of OutputAttribute objects, each of which have the fields Name and
Hashed.
|
OutputSource.Builder |
OutputSource.Builder.outputS3Path(String outputS3Path) |
The S3 path to which Entity Resolution will write the output table.
|
OutputSource.Builder |
OutputSource.toBuilder() |
|