| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
JobOutputSource |
JobOutputSource.clone() |
JobOutputSource |
JobOutputSource.withKMSArn(String kMSArn)
Customer KMS ARN for encryption at rest.
|
JobOutputSource |
JobOutputSource.withOutputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
|
JobOutputSource |
JobOutputSource.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobOutputSource> |
GetMatchingJobResult.getOutputSourceConfig()
A list of
OutputSource objects. |
| Modifier and Type | Method and Description |
|---|---|
GetMatchingJobResult |
GetMatchingJobResult.withOutputSourceConfig(JobOutputSource... outputSourceConfig)
A list of
OutputSource objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetMatchingJobResult.setOutputSourceConfig(Collection<JobOutputSource> outputSourceConfig)
A list of
OutputSource objects. |
GetMatchingJobResult |
GetMatchingJobResult.withOutputSourceConfig(Collection<JobOutputSource> outputSourceConfig)
A list of
OutputSource objects. |
Copyright © 2025. All rights reserved.