Class CfnMatchingWorkflow.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow>
- Enclosing class:
CfnMatchingWorkflow
@Stability(Stable)
public static final class CfnMatchingWorkflow.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow>
A fluent builder for
CfnMatchingWorkflow
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnMatchingWorkflow.Builder
description
(String description) A description of the workflow.incrementalRunConfig
(IResolvable incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.incrementalRunConfig
(CfnMatchingWorkflow.IncrementalRunConfigProperty incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.inputSourceConfig
(List<? extends Object> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(IResolvable inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.outputSourceConfig
(List<? extends Object> outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.outputSourceConfig
(IResolvable outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.resolutionTechniques
(IResolvable resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.resolutionTechniques
(CfnMatchingWorkflow.ResolutionTechniquesProperty resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.workflowName
(String workflowName) The name of the workflow.
-
Method Details
-
create
@Stability(Stable) public static CfnMatchingWorkflow.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMatchingWorkflow.Builder
.
-
inputSourceConfig
@Stability(Stable) public CfnMatchingWorkflow.Builder inputSourceConfig(IResolvable inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. This parameter is required.- Returns:
this
- See Also:
-
inputSourceConfig
@Stability(Stable) public CfnMatchingWorkflow.Builder inputSourceConfig(List<? extends Object> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. This parameter is required.- Returns:
this
- See Also:
-
outputSourceConfig
@Stability(Stable) public CfnMatchingWorkflow.Builder outputSourceConfig(IResolvable outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
. This parameter is required.- Returns:
this
- See Also:
-
outputSourceConfig
@Stability(Stable) public CfnMatchingWorkflow.Builder outputSourceConfig(List<? extends Object> outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
. This parameter is required.- Returns:
this
- See Also:
-
resolutionTechniques
@Stability(Stable) public CfnMatchingWorkflow.Builder resolutionTechniques(IResolvable resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.- Parameters:
resolutionTechniques
- An object which defines theresolutionType
and theruleBasedProperties
. This parameter is required.- Returns:
this
- See Also:
-
resolutionTechniques
@Stability(Stable) public CfnMatchingWorkflow.Builder resolutionTechniques(CfnMatchingWorkflow.ResolutionTechniquesProperty resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.- Parameters:
resolutionTechniques
- An object which defines theresolutionType
and theruleBasedProperties
. This parameter is required.- Returns:
this
- See Also:
-
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.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role. This parameter is required.- Returns:
this
- See Also:
-
workflowName
The name of the workflow.There can't be multiple
MatchingWorkflows
with the same name.- Parameters:
workflowName
- The name of the workflow. This parameter is required.- Returns:
this
- See Also:
-
description
A description of the workflow.- Parameters:
description
- A description of the workflow. This parameter is required.- Returns:
this
- See Also:
-
incrementalRunConfig
@Stability(Stable) public CfnMatchingWorkflow.Builder incrementalRunConfig(IResolvable incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.- Parameters:
incrementalRunConfig
- An object which defines an incremental run type and has onlyincrementalRunType
as a field. This parameter is required.- Returns:
this
- See Also:
-
incrementalRunConfig
@Stability(Stable) public CfnMatchingWorkflow.Builder incrementalRunConfig(CfnMatchingWorkflow.IncrementalRunConfigProperty incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.- Parameters:
incrementalRunConfig
- An object which defines an incremental run type and has onlyincrementalRunType
as a field. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags
- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow>
- Returns:
- a newly built instance of
CfnMatchingWorkflow
.
-