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