Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowPropsMixin.Builder
Packages that use CfnIdMappingWorkflowPropsMixin.Builder
-
Uses of CfnIdMappingWorkflowPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.entityresolution
Methods in software.amazon.awscdk.cfnpropertymixins.services.entityresolution that return CfnIdMappingWorkflowPropsMixin.BuilderModifier and TypeMethodDescriptionCfnIdMappingWorkflowPropsMixin.Builder.create()CfnIdMappingWorkflowPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnIdMappingWorkflowPropsMixin.Builder.description(String description) A description of the workflow.CfnIdMappingWorkflowPropsMixin.Builder.idMappingIncrementalRunConfig(CfnIdMappingWorkflowPropsMixin.IdMappingIncrementalRunConfigProperty idMappingIncrementalRunConfig) CfnIdMappingWorkflowPropsMixin.Builder.idMappingIncrementalRunConfig(IResolvable idMappingIncrementalRunConfig) CfnIdMappingWorkflowPropsMixin.Builder.idMappingTechniques(CfnIdMappingWorkflowPropsMixin.IdMappingTechniquesProperty idMappingTechniques) An object which defines the ID mapping technique and any additional configurations.CfnIdMappingWorkflowPropsMixin.Builder.idMappingTechniques(IResolvable idMappingTechniques) An object which defines the ID mapping technique and any additional configurations.CfnIdMappingWorkflowPropsMixin.Builder.inputSourceConfig(List<? extends Object> inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CfnIdMappingWorkflowPropsMixin.Builder.inputSourceConfig(IResolvable inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CfnIdMappingWorkflowPropsMixin.Builder.outputSourceConfig(List<? extends Object> outputSourceConfig) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.CfnIdMappingWorkflowPropsMixin.Builder.outputSourceConfig(IResolvable outputSourceConfig) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.CfnIdMappingWorkflowPropsMixin.Builder.workflowName(String workflowName) The name of the workflow.