Uses of Class
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.Builder
Packages that use CfnMatchingWorkflow.Builder
Package
Description
AWS::EntityResolution Construct Library
-
Uses of CfnMatchingWorkflow.Builder in software.amazon.awscdk.services.entityresolution
Methods in software.amazon.awscdk.services.entityresolution that return CfnMatchingWorkflow.BuilderModifier and TypeMethodDescriptionstatic CfnMatchingWorkflow.Builder
CfnMatchingWorkflow.Builder.description
(String description) A description of the workflow.CfnMatchingWorkflow.Builder.incrementalRunConfig
(IResolvable incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.CfnMatchingWorkflow.Builder.incrementalRunConfig
(CfnMatchingWorkflow.IncrementalRunConfigProperty incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.CfnMatchingWorkflow.Builder.inputSourceConfig
(List<? extends Object> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.CfnMatchingWorkflow.Builder.inputSourceConfig
(IResolvable inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.CfnMatchingWorkflow.Builder.outputSourceConfig
(List<? extends Object> outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.CfnMatchingWorkflow.Builder.outputSourceConfig
(IResolvable outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.CfnMatchingWorkflow.Builder.resolutionTechniques
(IResolvable resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.CfnMatchingWorkflow.Builder.resolutionTechniques
(CfnMatchingWorkflow.ResolutionTechniquesProperty resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.CfnMatchingWorkflow.Builder.workflowName
(String workflowName) The name of the workflow.