Class CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty>
- Enclosing interface:
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputSourceArn(String inputSourceArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputSourceArn
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder inputSourceArn(String inputSourceArn) Sets the value ofCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.getInputSourceArn()- Parameters:
inputSourceArn- An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.- Returns:
this
-
schemaArn
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder schemaArn(String schemaArn) Sets the value ofCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.getSchemaArn()- Parameters:
schemaArn- The ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping.- Returns:
this
-
type
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty.Builder type(String type) - Parameters:
type- The type of ID namespace. There are two types:SOURCEandTARGET. TheSOURCEcontains configurations forsourceIddata that will be processed in an ID mapping workflow.The
TARGETcontains a configuration oftargetIdwhich allsourceIdswill resolve to.- Returns:
this
-
build
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty>- Returns:
- a new instance of
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowInputSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-