Class CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty>
- Enclosing interface:
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty
@Stability(Stable)
public static final class CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.outputS3Path(String outputS3Path)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsArn
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Builder kmsArn(String kmsArn) - Parameters:
kmsArn- Customer AWS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.- Returns:
this
-
outputS3Path
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.Builder outputS3Path(String outputS3Path) Sets the value ofCfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty.getOutputS3Path()- Parameters:
outputS3Path- The S3 path to which AWS Entity Resolution will write the output table.- Returns:
this
-
build
@Stability(Stable) public CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty>- Returns:
- a new instance of
CfnIdMappingWorkflowPropsMixin.IdMappingWorkflowOutputSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-