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