Class CfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.InputSourceProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.InputSourceProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.InputSourceProperty>
A builder for
CfnMatchingWorkflowPropsMixin.InputSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyNormalization(Boolean applyNormalization) applyNormalization(IResolvable applyNormalization) build()Builds the configured instance.inputSourceArn(String inputSourceArn) Sets the value ofCfnMatchingWorkflowPropsMixin.InputSourceProperty.getInputSourceArn()Sets the value ofCfnMatchingWorkflowPropsMixin.InputSourceProperty.getSchemaArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applyNormalization
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.InputSourceProperty.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.InputSourceProperty.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
-
inputSourceArn
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder inputSourceArn(String inputSourceArn) Sets the value ofCfnMatchingWorkflowPropsMixin.InputSourceProperty.getInputSourceArn()- Parameters:
inputSourceArn- An object containinginputSourceARN,schemaName, andapplyNormalization.- Returns:
this
-
schemaArn
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.InputSourceProperty.Builder schemaArn(String schemaArn) Sets the value ofCfnMatchingWorkflowPropsMixin.InputSourceProperty.getSchemaArn()- Parameters:
schemaArn- The name of the schema.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.InputSourceProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.InputSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-