Class CfnMatchingWorkflowMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowMixinProps>
- Enclosing interface:
CfnMatchingWorkflowMixinProps
@Stability(Stable)
public static final class CfnMatchingWorkflowMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowMixinProps>
A builder for
CfnMatchingWorkflowMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnMatchingWorkflowMixinProps.getDescription()incrementalRunConfig(CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty incrementalRunConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getIncrementalRunConfig()incrementalRunConfig(IResolvable incrementalRunConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getIncrementalRunConfig()inputSourceConfig(List<? extends Object> inputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getInputSourceConfig()inputSourceConfig(IResolvable inputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getInputSourceConfig()outputSourceConfig(List<? extends Object> outputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getOutputSourceConfig()outputSourceConfig(IResolvable outputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getOutputSourceConfig()resolutionTechniques(CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty resolutionTechniques) Sets the value ofCfnMatchingWorkflowMixinProps.getResolutionTechniques()resolutionTechniques(IResolvable resolutionTechniques) Sets the value ofCfnMatchingWorkflowMixinProps.getResolutionTechniques()Sets the value ofCfnMatchingWorkflowMixinProps.getRoleArn()Sets the value ofCfnMatchingWorkflowMixinProps.getTags()workflowName(String workflowName) Sets the value ofCfnMatchingWorkflowMixinProps.getWorkflowName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnMatchingWorkflowMixinProps.getDescription()- Parameters:
description- A description of the workflow.- Returns:
this
-
incrementalRunConfig
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder incrementalRunConfig(IResolvable incrementalRunConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getIncrementalRunConfig()- Parameters:
incrementalRunConfig- Optional. An object that defines the incremental run type. This object contains only theincrementalRunTypefield, which appears as "Automatic" in the console.For workflows where
resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.- Returns:
this
-
incrementalRunConfig
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder incrementalRunConfig(CfnMatchingWorkflowPropsMixin.IncrementalRunConfigProperty incrementalRunConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getIncrementalRunConfig()- Parameters:
incrementalRunConfig- Optional. An object that defines the incremental run type. This object contains only theincrementalRunTypefield, which appears as "Automatic" in the console.For workflows where
resolutionTypeisML_MATCHINGorPROVIDER, incremental processing is not supported.- Returns:
this
-
inputSourceConfig
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder inputSourceConfig(IResolvable inputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getInputSourceConfig()- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
this
-
inputSourceConfig
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder inputSourceConfig(List<? extends Object> inputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getInputSourceConfig()- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder outputSourceConfig(IResolvable outputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getOutputSourceConfig()- Parameters:
outputSourceConfig- A list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder outputSourceConfig(List<? extends Object> outputSourceConfig) Sets the value ofCfnMatchingWorkflowMixinProps.getOutputSourceConfig()- Parameters:
outputSourceConfig- A list ofOutputSourceobjects, each of which contains fieldsoutputS3Path,applyNormalization,KMSArn, andoutput.- Returns:
this
-
resolutionTechniques
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder resolutionTechniques(IResolvable resolutionTechniques) Sets the value ofCfnMatchingWorkflowMixinProps.getResolutionTechniques()- Parameters:
resolutionTechniques- An object which defines theresolutionTypeand theruleBasedProperties.- Returns:
this
-
resolutionTechniques
@Stability(Stable) public CfnMatchingWorkflowMixinProps.Builder resolutionTechniques(CfnMatchingWorkflowPropsMixin.ResolutionTechniquesProperty resolutionTechniques) Sets the value ofCfnMatchingWorkflowMixinProps.getResolutionTechniques()- Parameters:
resolutionTechniques- An object which defines theresolutionTypeand theruleBasedProperties.- Returns:
this
-
roleArn
Sets the value ofCfnMatchingWorkflowMixinProps.getRoleArn()- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.- Returns:
this
-
tags
Sets the value ofCfnMatchingWorkflowMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
this
-
workflowName
Sets the value ofCfnMatchingWorkflowMixinProps.getWorkflowName()- Parameters:
workflowName- The name of the workflow. There can't be multipleMatchingWorkflowswith the same name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowMixinProps>- Returns:
- a new instance of
CfnMatchingWorkflowMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-