Class CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty>
- Enclosing interface:
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.inputSourceArn
(String inputSourceArn) Sets the value ofCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.getSchemaArn()
Sets the value ofCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputSourceArn
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder inputSourceArn(String inputSourceArn) - Parameters:
inputSourceArn
- An AWS Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table. This parameter is required.- Returns:
this
-
schemaArn
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder schemaArn(String schemaArn) Sets the value ofCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.getSchemaArn()
- Parameters:
schemaArn
- The ARN (Amazon Resource Name) that AWS Entity Resolution generated for theSchemaMapping
.- Returns:
this
-
type
@Stability(Stable) public CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.Builder type(String type) Sets the value ofCfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty.getType()
- Parameters:
type
- The type of ID namespace. There are two types:SOURCE
andTARGET
. TheSOURCE
contains configurations forsourceId
data that will be processed in an ID mapping workflow.The
TARGET
contains a configuration oftargetId
which allsourceIds
will resolve to.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty>
- Returns:
- a new instance of
CfnIdMappingWorkflow.IdMappingWorkflowInputSourceProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-