Uses of Class
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflowProps.Builder
Package
Description
AWS::EntityResolution Construct Library
-
Uses of CfnIdMappingWorkflowProps.Builder in software.amazon.awscdk.services.entityresolution
Modifier and TypeMethodDescriptionCfnIdMappingWorkflowProps.builder()
CfnIdMappingWorkflowProps.Builder.description
(String description) Sets the value ofCfnIdMappingWorkflowProps.getDescription()
CfnIdMappingWorkflowProps.Builder.idMappingTechniques
(IResolvable idMappingTechniques) Sets the value ofCfnIdMappingWorkflowProps.getIdMappingTechniques()
CfnIdMappingWorkflowProps.Builder.idMappingTechniques
(CfnIdMappingWorkflow.IdMappingTechniquesProperty idMappingTechniques) Sets the value ofCfnIdMappingWorkflowProps.getIdMappingTechniques()
CfnIdMappingWorkflowProps.Builder.inputSourceConfig
(List<? extends Object> inputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getInputSourceConfig()
CfnIdMappingWorkflowProps.Builder.inputSourceConfig
(IResolvable inputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getInputSourceConfig()
CfnIdMappingWorkflowProps.Builder.outputSourceConfig
(List<? extends Object> outputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getOutputSourceConfig()
CfnIdMappingWorkflowProps.Builder.outputSourceConfig
(IResolvable outputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getOutputSourceConfig()
Sets the value ofCfnIdMappingWorkflowProps.getRoleArn()
Sets the value ofCfnIdMappingWorkflowProps.getTags()
CfnIdMappingWorkflowProps.Builder.workflowName
(String workflowName) Sets the value ofCfnIdMappingWorkflowProps.getWorkflowName()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdMappingWorkflowProps.Builder
.