@Stability(value=Stable) public static final class CfnIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegrationProps>
CfnIntegrationProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIntegrationProps.Builder domainName(String domainName)
CfnIntegrationProps.getDomainName()domainName - The unique name of the domain. This parameter is required.this@Stability(value=Stable) public CfnIntegrationProps.Builder flowDefinition(CfnIntegration.FlowDefinitionProperty flowDefinition)
CfnIntegrationProps.getFlowDefinition()flowDefinition - The configuration that controls how Customer Profiles retrieves data from the source.this@Stability(value=Stable) public CfnIntegrationProps.Builder flowDefinition(IResolvable flowDefinition)
CfnIntegrationProps.getFlowDefinition()flowDefinition - The configuration that controls how Customer Profiles retrieves data from the source.this@Stability(value=Stable) public CfnIntegrationProps.Builder objectTypeName(String objectTypeName)
CfnIntegrationProps.getObjectTypeName()objectTypeName - The name of the profile object type mapping to use.this@Stability(value=Stable) public CfnIntegrationProps.Builder objectTypeNames(IResolvable objectTypeNames)
CfnIntegrationProps.getObjectTypeNames()objectTypeNames - The object type mapping.this@Stability(value=Stable) public CfnIntegrationProps.Builder objectTypeNames(List<? extends Object> objectTypeNames)
CfnIntegrationProps.getObjectTypeNames()objectTypeNames - The object type mapping.this@Stability(value=Stable) public CfnIntegrationProps.Builder tags(List<? extends CfnTag> tags)
CfnIntegrationProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnIntegrationProps.Builder uri(String uri)
CfnIntegrationProps.getUri()uri - The URI of the S3 bucket or any other type of data source.this@Stability(value=Stable) public CfnIntegrationProps build()
build in interface software.amazon.jsii.Builder<CfnIntegrationProps>CfnIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.