Class CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.entityresolution.mixins.CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.OutputSourceProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.OutputSourceProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.OutputSourceProperty>
A builder for
CfnMatchingWorkflowPropsMixin.OutputSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyNormalization(Boolean applyNormalization) applyNormalization(IResolvable applyNormalization) build()Builds the configured instance.customerProfilesIntegrationConfig(IResolvable customerProfilesIntegrationConfig) customerProfilesIntegrationConfig(CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty customerProfilesIntegrationConfig) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getKmsArn()Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getOutput()output(IResolvable output) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getOutput()outputS3Path(String outputS3Path) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getOutputS3Path()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applyNormalization
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder applyNormalization(Boolean applyNormalization) - 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 CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder applyNormalization(IResolvable applyNormalization) - 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
-
customerProfilesIntegrationConfig
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder customerProfilesIntegrationConfig(IResolvable customerProfilesIntegrationConfig) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getCustomerProfilesIntegrationConfig()- Parameters:
customerProfilesIntegrationConfig- the value to be set.- Returns:
this
-
customerProfilesIntegrationConfig
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder customerProfilesIntegrationConfig(CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty customerProfilesIntegrationConfig) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getCustomerProfilesIntegrationConfig()- Parameters:
customerProfilesIntegrationConfig- the value to be set.- Returns:
this
-
kmsArn
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder kmsArn(String kmsArn) Sets the value ofCfnMatchingWorkflowPropsMixin.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
-
output
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder output(IResolvable output) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getOutput()- Parameters:
output- A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed. 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 CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder output(List<? extends Object> output) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getOutput()- Parameters:
output- A list ofOutputAttributeobjects, each of which have the fieldsNameandHashed. 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 CfnMatchingWorkflowPropsMixin.OutputSourceProperty.Builder outputS3Path(String outputS3Path) Sets the value ofCfnMatchingWorkflowPropsMixin.OutputSourceProperty.getOutputS3Path()- Parameters:
outputS3Path- The S3 path to which AWS Entity Resolution will write the output table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.OutputSourceProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.OutputSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-