Class CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.entityresolution.CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty>
- Enclosing interface:
CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty
@Stability(Stable)
public static final class CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.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 CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.Builder domainArn(String domainArn) Sets the value ofCfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.getDomainArn()- Parameters:
domainArn- the value to be set.- Returns:
this
-
objectTypeArn
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.Builder objectTypeArn(String objectTypeArn) Sets the value ofCfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.getObjectTypeArn()- Parameters:
objectTypeArn- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty>- Returns:
- a new instance of
CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-