Class CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.entityresolution.CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty>
- Enclosing interface:
CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty
@Stability(Stable)
public static final class CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.objectTypeArn(String objectTypeArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainArn
@Stability(Stable) public CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty.Builder domainArn(String domainArn) - Parameters:
domainArn- the value to be set. This parameter is required.- Returns:
this
-
objectTypeArn
@Stability(Stable) public CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty.Builder objectTypeArn(String objectTypeArn) - Parameters:
objectTypeArn- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty>- Returns:
- a new instance of
CfnMatchingWorkflow.CustomerProfilesIntegrationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-