| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
OutputAttribute |
OutputAttribute.clone() |
OutputAttribute |
OutputAttribute.withHashed(Boolean hashed)
Enables the ability to hash the column values in the output.
|
OutputAttribute |
OutputAttribute.withName(String name)
A name of a column to be written to the output.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputAttribute> |
OutputSource.getOutput()
A list of
OutputAttribute objects, each of which have the fields Name and
Hashed. |
| Modifier and Type | Method and Description |
|---|---|
OutputSource |
OutputSource.withOutput(OutputAttribute... output)
A list of
OutputAttribute objects, each of which have the fields Name and
Hashed. |
| Modifier and Type | Method and Description |
|---|---|
void |
OutputSource.setOutput(Collection<OutputAttribute> output)
A list of
OutputAttribute objects, each of which have the fields Name and
Hashed. |
OutputSource |
OutputSource.withOutput(Collection<OutputAttribute> output)
A list of
OutputAttribute objects, each of which have the fields Name and
Hashed. |
Copyright © 2024. All rights reserved.