@Stability(value=Stable) public static final class CfnIntegration.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration>
CfnIntegration.| Modifier and Type | Method and Description |
|---|---|
CfnIntegration |
build() |
static CfnIntegration.Builder |
create(software.constructs.Construct scope,
String id) |
CfnIntegration.Builder |
domainName(String domainName)
The unique name of the domain.
|
CfnIntegration.Builder |
flowDefinition(CfnIntegration.FlowDefinitionProperty flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
CfnIntegration.Builder |
flowDefinition(IResolvable flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
CfnIntegration.Builder |
objectTypeName(String objectTypeName)
The name of the profile object type mapping to use.
|
CfnIntegration.Builder |
objectTypeNames(IResolvable objectTypeNames)
The object type mapping.
|
CfnIntegration.Builder |
objectTypeNames(List<? extends Object> objectTypeNames)
The object type mapping.
|
CfnIntegration.Builder |
tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
CfnIntegration.Builder |
uri(String uri)
The URI of the S3 bucket or any other type of data source.
|
@Stability(value=Stable) public static CfnIntegration.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnIntegration.ConnectorOperatorProperty.Builder.@Stability(value=Stable) public CfnIntegration.Builder domainName(String domainName)
domainName - The unique name of the domain. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder flowDefinition(CfnIntegration.FlowDefinitionProperty flowDefinition)
flowDefinition - The configuration that controls how Customer Profiles retrieves data from the source. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder flowDefinition(IResolvable flowDefinition)
flowDefinition - The configuration that controls how Customer Profiles retrieves data from the source. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder objectTypeName(String objectTypeName)
objectTypeName - The name of the profile object type mapping to use. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder objectTypeNames(IResolvable objectTypeNames)
objectTypeNames - The object type mapping. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder objectTypeNames(List<? extends Object> objectTypeNames)
objectTypeNames - The object type mapping. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder tags(List<? extends CfnTag> tags)
tags - The tags used to organize, track, or control access for this resource. This parameter is required.this@Stability(value=Stable) public CfnIntegration.Builder uri(String uri)
uri - The URI of the S3 bucket or any other type of data source. This parameter is required.this@Stability(value=Stable) public CfnIntegration build()
build in interface software.amazon.jsii.Builder<CfnIntegration>Copyright © 2022. All rights reserved.