public static interface IdMappingWorkflowOutputSource.Builder extends SdkPojo, CopyableBuilder<IdMappingWorkflowOutputSource.Builder,IdMappingWorkflowOutputSource>
| Modifier and Type | Method and Description |
|---|---|
IdMappingWorkflowOutputSource.Builder |
kmsArn(String kmsArn)
Customer KMS ARN for encryption at rest.
|
IdMappingWorkflowOutputSource.Builder |
outputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdMappingWorkflowOutputSource.Builder kmsArn(String kmsArn)
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
kmsArn - Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed
KMS key.IdMappingWorkflowOutputSource.Builder outputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
outputS3Path - The S3 path to which Entity Resolution will write the output table.Copyright © 2023. All rights reserved.