| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
OutputSource |
OutputSource.clone() |
OutputSource |
OutputSource.withApplyNormalization(Boolean applyNormalization)
Normalizes the attributes defined in the schema in the input data.
|
OutputSource |
OutputSource.withKMSArn(String kMSArn)
Customer KMS ARN for encryption at rest.
|
OutputSource |
OutputSource.withOutput(Collection<OutputAttribute> output)
A list of
OutputAttribute objects, each of which have the fields Name and
Hashed. |
OutputSource |
OutputSource.withOutput(OutputAttribute... output)
A list of
OutputAttribute objects, each of which have the fields Name and
Hashed. |
OutputSource |
OutputSource.withOutputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputSource> |
UpdateMatchingWorkflowResult.getOutputSourceConfig()
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
List<OutputSource> |
GetMatchingWorkflowResult.getOutputSourceConfig()
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
List<OutputSource> |
CreateMatchingWorkflowResult.getOutputSourceConfig()
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
List<OutputSource> |
UpdateMatchingWorkflowRequest.getOutputSourceConfig()
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
List<OutputSource> |
CreateMatchingWorkflowRequest.getOutputSourceConfig()
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchingWorkflowResult |
UpdateMatchingWorkflowResult.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest |
UpdateMatchingWorkflowRequest.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowRequest |
CreateMatchingWorkflowRequest.withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMatchingWorkflowResult.setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
void |
GetMatchingWorkflowResult.setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
void |
CreateMatchingWorkflowResult.setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
void |
UpdateMatchingWorkflowRequest.setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
void |
CreateMatchingWorkflowRequest.setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowResult |
UpdateMatchingWorkflowResult.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
GetMatchingWorkflowResult |
GetMatchingWorkflowResult.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResult |
CreateMatchingWorkflowResult.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest |
UpdateMatchingWorkflowRequest.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowRequest |
CreateMatchingWorkflowRequest.withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
Copyright © 2024. All rights reserved.