Class CfnIdMappingWorkflowMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflowMixinProps>
- Enclosing interface:
CfnIdMappingWorkflowMixinProps
@Stability(Stable)
public static final class CfnIdMappingWorkflowMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflowMixinProps>
A builder for
CfnIdMappingWorkflowMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnIdMappingWorkflowMixinProps.getDescription()idMappingIncrementalRunConfig(CfnIdMappingWorkflowPropsMixin.IdMappingIncrementalRunConfigProperty idMappingIncrementalRunConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingIncrementalRunConfig()idMappingIncrementalRunConfig(IResolvable idMappingIncrementalRunConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingIncrementalRunConfig()idMappingTechniques(CfnIdMappingWorkflowPropsMixin.IdMappingTechniquesProperty idMappingTechniques) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingTechniques()idMappingTechniques(IResolvable idMappingTechniques) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingTechniques()inputSourceConfig(List<? extends Object> inputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getInputSourceConfig()inputSourceConfig(IResolvable inputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getInputSourceConfig()outputSourceConfig(List<? extends Object> outputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getOutputSourceConfig()outputSourceConfig(IResolvable outputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getOutputSourceConfig()Sets the value ofCfnIdMappingWorkflowMixinProps.getRoleArn()Sets the value ofCfnIdMappingWorkflowMixinProps.getTags()workflowName(String workflowName) Sets the value ofCfnIdMappingWorkflowMixinProps.getWorkflowName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnIdMappingWorkflowMixinProps.getDescription()- Parameters:
description- A description of the workflow.- Returns:
this
-
idMappingIncrementalRunConfig
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder idMappingIncrementalRunConfig(IResolvable idMappingIncrementalRunConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingIncrementalRunConfig()- Parameters:
idMappingIncrementalRunConfig- the value to be set.- Returns:
this
-
idMappingIncrementalRunConfig
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder idMappingIncrementalRunConfig(CfnIdMappingWorkflowPropsMixin.IdMappingIncrementalRunConfigProperty idMappingIncrementalRunConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingIncrementalRunConfig()- Parameters:
idMappingIncrementalRunConfig- the value to be set.- Returns:
this
-
idMappingTechniques
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder idMappingTechniques(IResolvable idMappingTechniques) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingTechniques()- Parameters:
idMappingTechniques- An object which defines the ID mapping technique and any additional configurations.- Returns:
this
-
idMappingTechniques
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder idMappingTechniques(CfnIdMappingWorkflowPropsMixin.IdMappingTechniquesProperty idMappingTechniques) Sets the value ofCfnIdMappingWorkflowMixinProps.getIdMappingTechniques()- Parameters:
idMappingTechniques- An object which defines the ID mapping technique and any additional configurations.- Returns:
this
-
inputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder inputSourceConfig(IResolvable inputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getInputSourceConfig()- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
this
-
inputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder inputSourceConfig(List<? extends Object> inputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getInputSourceConfig()- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder outputSourceConfig(IResolvable outputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getOutputSourceConfig()- Parameters:
outputSourceConfig- A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.- Returns:
this
-
outputSourceConfig
@Stability(Stable) public CfnIdMappingWorkflowMixinProps.Builder outputSourceConfig(List<? extends Object> outputSourceConfig) Sets the value ofCfnIdMappingWorkflowMixinProps.getOutputSourceConfig()- Parameters:
outputSourceConfig- A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.- Returns:
this
-
roleArn
Sets the value ofCfnIdMappingWorkflowMixinProps.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 ofCfnIdMappingWorkflowMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
this
-
workflowName
Sets the value ofCfnIdMappingWorkflowMixinProps.getWorkflowName()- Parameters:
workflowName- The name of the workflow. There can't be multipleIdMappingWorkflowswith the same name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflowMixinProps>- Returns:
- a new instance of
CfnIdMappingWorkflowMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-