Class CfnMatchingWorkflow.OutputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.OutputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.OutputSourceProperty>
- Enclosing interface:
CfnMatchingWorkflow.OutputSourceProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.OutputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.OutputSourceProperty>
A builder for
CfnMatchingWorkflow.OutputSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyNormalization(Boolean applyNormalization) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getApplyNormalization()applyNormalization(IResolvable applyNormalization) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getApplyNormalization()build()Builds the configured instance.Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getKmsArn()Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getOutput()output(IResolvable output) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getOutput()outputS3Path(String outputS3Path) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getOutputS3Path()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
output
@Stability(Stable) public CfnMatchingWorkflow.OutputSourceProperty.Builder output(IResolvable output) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getOutput()- Parameters:
output- A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed. This parameter is required. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.- Returns:
this
-
output
@Stability(Stable) public CfnMatchingWorkflow.OutputSourceProperty.Builder output(List<? extends Object> output) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getOutput()- Parameters:
output- A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed. This parameter is required. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.- Returns:
this
-
outputS3Path
@Stability(Stable) public CfnMatchingWorkflow.OutputSourceProperty.Builder outputS3Path(String outputS3Path) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getOutputS3Path()- Parameters:
outputS3Path- The S3 path to which AWS Entity Resolution will write the output table. This parameter is required.- Returns:
this
-
applyNormalization
@Stability(Stable) public CfnMatchingWorkflow.OutputSourceProperty.Builder applyNormalization(Boolean applyNormalization) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getApplyNormalization()- Parameters:
applyNormalization- Normalizes the attributes defined in the schema in the input data. For example, if an attribute has anAttributeTypeofPHONE_NUMBER, and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.- Returns:
this
-
applyNormalization
@Stability(Stable) public CfnMatchingWorkflow.OutputSourceProperty.Builder applyNormalization(IResolvable applyNormalization) Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getApplyNormalization()- Parameters:
applyNormalization- Normalizes the attributes defined in the schema in the input data. For example, if an attribute has anAttributeTypeofPHONE_NUMBER, and the data in the input table is in a format of 1234567890, AWS Entity Resolution will normalize this field in the output to (123)-456-7890.- Returns:
this
-
kmsArn
Sets the value ofCfnMatchingWorkflow.OutputSourceProperty.getKmsArn()- Parameters:
kmsArn- Customer KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.OutputSourceProperty>- Returns:
- a new instance of
CfnMatchingWorkflow.OutputSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-