Class CfnMatchingWorkflow.OutputAttributeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.OutputAttributeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.OutputAttributeProperty>
- Enclosing interface:
CfnMatchingWorkflow.OutputAttributeProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.OutputAttributeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.OutputAttributeProperty>
A builder for
CfnMatchingWorkflow.OutputAttributeProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnMatchingWorkflow.OutputAttributeProperty.getHashed()
hashed
(IResolvable hashed) Sets the value ofCfnMatchingWorkflow.OutputAttributeProperty.getHashed()
Sets the value ofCfnMatchingWorkflow.OutputAttributeProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnMatchingWorkflow.OutputAttributeProperty.getName()
- Parameters:
name
- A name of a column to be written to the output. This parameter is required. This must be anInputField
name in the schema mapping.- Returns:
this
-
hashed
@Stability(Stable) public CfnMatchingWorkflow.OutputAttributeProperty.Builder hashed(Boolean hashed) Sets the value ofCfnMatchingWorkflow.OutputAttributeProperty.getHashed()
- Parameters:
hashed
- Enables the ability to hash the column values in the output.- Returns:
this
-
hashed
@Stability(Stable) public CfnMatchingWorkflow.OutputAttributeProperty.Builder hashed(IResolvable hashed) Sets the value ofCfnMatchingWorkflow.OutputAttributeProperty.getHashed()
- Parameters:
hashed
- Enables the ability to hash the column values in the output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.OutputAttributeProperty>
- Returns:
- a new instance of
CfnMatchingWorkflow.OutputAttributeProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-