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 ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. 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 ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. This parameter is required.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnMatchingWorkflowProps.Builder outputSourceConfig(IResolvable outputSourceConfig) Sets the value ofCfnMatchingWorkflowProps.getOutputSourceConfig()
- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, 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 ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, 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 theresolutionType
and 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 theresolutionType
and 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 multipleMatchingWorkflows
with 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
- An object which defines an incremental run type and has onlyincrementalRunType
as a field.- Returns:
this
-
incrementalRunConfig
@Stability(Stable) public CfnMatchingWorkflowProps.Builder incrementalRunConfig(CfnMatchingWorkflow.IncrementalRunConfigProperty incrementalRunConfig) Sets the value ofCfnMatchingWorkflowProps.getIncrementalRunConfig()
- Parameters:
incrementalRunConfig
- An object which defines an incremental run type and has onlyincrementalRunType
as a field.- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowProps>
- Returns:
- a new instance of
CfnMatchingWorkflowProps
- Throws:
NullPointerException
- if any required attribute was not provided
-