Interface IdMappingWorkflowOutputSource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<IdMappingWorkflowOutputSource.Builder,,- IdMappingWorkflowOutputSource> - SdkBuilder<IdMappingWorkflowOutputSource.Builder,,- IdMappingWorkflowOutputSource> - SdkPojo
- Enclosing class:
- IdMappingWorkflowOutputSource
@Mutable
@NotThreadSafe
public static interface IdMappingWorkflowOutputSource.Builder
extends SdkPojo, CopyableBuilder<IdMappingWorkflowOutputSource.Builder,IdMappingWorkflowOutputSource> 
- 
Method SummaryModifier and TypeMethodDescriptionCustomer KMS ARN for encryption at rest.outputS3Path(String outputS3Path) The S3 path to which Entity Resolution will write the output table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
outputS3PathThe S3 path to which Entity Resolution will write the output table. - Parameters:
- outputS3Path- The S3 path to which Entity Resolution will write the output table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
kmsArnCustomer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key. - Parameters:
- kmsArn- Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-