Class CfnIntegrationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntegrationMixinProps>
- Enclosing interface:
CfnIntegrationMixinProps
@Stability(Stable)
public static final class CfnIntegrationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntegrationMixinProps>
A builder for
CfnIntegrationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainName(String domainName) Sets the value ofCfnIntegrationMixinProps.getDomainName()eventTriggerNames(List<String> eventTriggerNames) Sets the value ofCfnIntegrationMixinProps.getEventTriggerNames()flowDefinition(CfnIntegrationPropsMixin.FlowDefinitionProperty flowDefinition) Sets the value ofCfnIntegrationMixinProps.getFlowDefinition()flowDefinition(IResolvable flowDefinition) Sets the value ofCfnIntegrationMixinProps.getFlowDefinition()objectTypeName(String objectTypeName) Sets the value ofCfnIntegrationMixinProps.getObjectTypeName()objectTypeNames(List<? extends Object> objectTypeNames) Sets the value ofCfnIntegrationMixinProps.getObjectTypeNames()objectTypeNames(IResolvable objectTypeNames) Sets the value ofCfnIntegrationMixinProps.getObjectTypeNames()Sets the value ofCfnIntegrationMixinProps.getScope()Sets the value ofCfnIntegrationMixinProps.getTags()Sets the value ofCfnIntegrationMixinProps.getUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainName
Sets the value ofCfnIntegrationMixinProps.getDomainName()- Parameters:
domainName- The unique name of the domain.- Returns:
this
-
eventTriggerNames
@Stability(Stable) public CfnIntegrationMixinProps.Builder eventTriggerNames(List<String> eventTriggerNames) Sets the value ofCfnIntegrationMixinProps.getEventTriggerNames()- Parameters:
eventTriggerNames- A list of unique names for active event triggers associated with the integration.- Returns:
this
-
flowDefinition
@Stability(Stable) public CfnIntegrationMixinProps.Builder flowDefinition(IResolvable flowDefinition) Sets the value ofCfnIntegrationMixinProps.getFlowDefinition()- Parameters:
flowDefinition- The configuration that controls how Customer Profiles retrieves data from the source.- Returns:
this
-
flowDefinition
@Stability(Stable) public CfnIntegrationMixinProps.Builder flowDefinition(CfnIntegrationPropsMixin.FlowDefinitionProperty flowDefinition) Sets the value ofCfnIntegrationMixinProps.getFlowDefinition()- Parameters:
flowDefinition- The configuration that controls how Customer Profiles retrieves data from the source.- Returns:
this
-
objectTypeName
Sets the value ofCfnIntegrationMixinProps.getObjectTypeName()- Parameters:
objectTypeName- The name of the profile object type mapping to use.- Returns:
this
-
objectTypeNames
@Stability(Stable) public CfnIntegrationMixinProps.Builder objectTypeNames(IResolvable objectTypeNames) Sets the value ofCfnIntegrationMixinProps.getObjectTypeNames()- Parameters:
objectTypeNames- The object type mapping.- Returns:
this
-
objectTypeNames
@Stability(Stable) public CfnIntegrationMixinProps.Builder objectTypeNames(List<? extends Object> objectTypeNames) Sets the value ofCfnIntegrationMixinProps.getObjectTypeNames()- Parameters:
objectTypeNames- The object type mapping.- Returns:
this
-
scope
Sets the value ofCfnIntegrationMixinProps.getScope()- Parameters:
scope- Scope of the integration, such as 'PROFILE' or 'DOMAIN'.- Returns:
this
-
tags
Sets the value ofCfnIntegrationMixinProps.getTags()- Parameters:
tags- The tags used to organize, track, or control access for this resource.- Returns:
this
-
uri
Sets the value ofCfnIntegrationMixinProps.getUri()- Parameters:
uri- The URI of the S3 bucket or any other type of data source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntegrationMixinProps>- Returns:
- a new instance of
CfnIntegrationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-