Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.Builder
Packages that use CfnMatchingWorkflowPropsMixin.Builder
-
Uses of CfnMatchingWorkflowPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.entityresolution
Methods in software.amazon.awscdk.cfnpropertymixins.services.entityresolution that return CfnMatchingWorkflowPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMatchingWorkflowPropsMixin.Builder.create()CfnMatchingWorkflowPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnMatchingWorkflowPropsMixin.Builder.description(String description) A description of the workflow.CfnMatchingWorkflowPropsMixin.Builder.incrementalRunConfig(CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty incrementalRunConfig) Optional.CfnMatchingWorkflowPropsMixin.Builder.incrementalRunConfig(IResolvable incrementalRunConfig) Optional.CfnMatchingWorkflowPropsMixin.Builder.inputSourceConfig(List<? extends Object> inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CfnMatchingWorkflowPropsMixin.Builder.inputSourceConfig(IResolvable inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.CfnMatchingWorkflowPropsMixin.Builder.outputSourceConfig(List<? extends Object> outputSourceConfig) A list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.CfnMatchingWorkflowPropsMixin.Builder.outputSourceConfig(IResolvable outputSourceConfig) A list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.CfnMatchingWorkflowPropsMixin.Builder.resolutionTechniques(CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty resolutionTechniques) An object which defines theresolutionTypeand theruleBasedProperties.CfnMatchingWorkflowPropsMixin.Builder.resolutionTechniques(IResolvable resolutionTechniques) An object which defines theresolutionTypeand theruleBasedProperties.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.CfnMatchingWorkflowPropsMixin.Builder.workflowName(String workflowName) The name of the workflow.