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