Class CfnIdMappingWorkflowProps.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnIdMappingWorkflowProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflowProps>
- Enclosing interface:
CfnIdMappingWorkflowProps
@Stability(Stable)
public static final class CfnIdMappingWorkflowProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflowProps>
A builder for
CfnIdMappingWorkflowProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.description
(String description) Sets the value ofCfnIdMappingWorkflowProps.getDescription()
idMappingTechniques
(IResolvable idMappingTechniques) Sets the value ofCfnIdMappingWorkflowProps.getIdMappingTechniques()
idMappingTechniques
(CfnIdMappingWorkflow.IdMappingTechniquesProperty idMappingTechniques) Sets the value ofCfnIdMappingWorkflowProps.getIdMappingTechniques()
inputSourceConfig
(List<? extends Object> inputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getInputSourceConfig()
inputSourceConfig
(IResolvable inputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getInputSourceConfig()
outputSourceConfig
(List<? extends Object> outputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getOutputSourceConfig()
outputSourceConfig
(IResolvable outputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getOutputSourceConfig()
Sets the value ofCfnIdMappingWorkflowProps.getRoleArn()
Sets the value ofCfnIdMappingWorkflowProps.getTags()
workflowName
(String workflowName) Sets the value ofCfnIdMappingWorkflowProps.getWorkflowName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idMappingTechniques
@Stability(Stable) public CfnIdMappingWorkflowProps.Builder idMappingTechniques(IResolvable idMappingTechniques) Sets the value ofCfnIdMappingWorkflowProps.getIdMappingTechniques()
- Parameters:
idMappingTechniques
- An object which defines the ID mapping technique and any additional configurations. This parameter is required.- Returns:
this
-
idMappingTechniques
@Stability(Stable) public CfnIdMappingWorkflowProps.Builder idMappingTechniques(CfnIdMappingWorkflow.IdMappingTechniquesProperty idMappingTechniques) Sets the value ofCfnIdMappingWorkflowProps.getIdMappingTechniques()
- Parameters:
idMappingTechniques
- An object which defines the ID mapping technique and any additional configurations. This parameter is required.- Returns:
this
-
inputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowProps.Builder inputSourceConfig(IResolvable inputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getInputSourceConfig()
- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. This parameter is required.- Returns:
this
-
inputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowProps.Builder inputSourceConfig(List<? extends Object> inputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getInputSourceConfig()
- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
. This parameter is required.- Returns:
this
-
roleArn
Sets the value ofCfnIdMappingWorkflowProps.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 ofCfnIdMappingWorkflowProps.getWorkflowName()
- Parameters:
workflowName
- The name of the workflow. This parameter is required. There can't be multipleIdMappingWorkflows
with the same name.- Returns:
this
-
description
Sets the value ofCfnIdMappingWorkflowProps.getDescription()
- Parameters:
description
- A description of the workflow.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowProps.Builder outputSourceConfig(IResolvable outputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getOutputSourceConfig()
- Parameters:
outputSourceConfig
- A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowProps.Builder outputSourceConfig(List<? extends Object> outputSourceConfig) Sets the value ofCfnIdMappingWorkflowProps.getOutputSourceConfig()
- Parameters:
outputSourceConfig
- A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Returns:
this
-
tags
Sets the value ofCfnIdMappingWorkflowProps.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<CfnIdMappingWorkflowProps>
- Returns:
- a new instance of
CfnIdMappingWorkflowProps
- Throws:
NullPointerException
- if any required attribute was not provided
-