Uses of Class
services.entityresolution.CfnIdMappingWorkflow.Builder
Packages that use CfnIdMappingWorkflow.Builder
-
Uses of CfnIdMappingWorkflow.Builder in services.entityresolution
Methods in services.entityresolution that return CfnIdMappingWorkflow.BuilderModifier and TypeMethodDescriptionstatic CfnIdMappingWorkflow.Builder
CfnIdMappingWorkflow.Builder.description
(String description) A description of the workflow.CfnIdMappingWorkflow.Builder.idMappingTechniques
(CfnIdMappingWorkflow.IdMappingTechniquesProperty idMappingTechniques) An object which defines theidMappingType
and theproviderProperties
.CfnIdMappingWorkflow.Builder.idMappingTechniques
(IResolvable idMappingTechniques) An object which defines theidMappingType
and theproviderProperties
.CfnIdMappingWorkflow.Builder.inputSourceConfig
(List<? extends Object> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.CfnIdMappingWorkflow.Builder.inputSourceConfig
(IResolvable inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.CfnIdMappingWorkflow.Builder.outputSourceConfig
(List<? extends Object> outputSourceConfig) A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.CfnIdMappingWorkflow.Builder.outputSourceConfig
(IResolvable outputSourceConfig) A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.CfnIdMappingWorkflow.Builder.workflowName
(String workflowName) The name of the workflow.