Interface IdMappingWorkflowOutputSource.Builder

    • Method Detail

      • kmsArn

        IdMappingWorkflowOutputSource.Builder kmsArn​(String kmsArn)

        Customer 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.
      • outputS3Path

        IdMappingWorkflowOutputSource.Builder outputS3Path​(String outputS3Path)

        The 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.