@Stability(value=Stable) public static final class CfnIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegrationProps>
CfnIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnIntegrationProps |
build()
Builds the configured instance.
|
CfnIntegrationProps.Builder |
domainName(String domainName)
Sets the value of
CfnIntegrationProps.getDomainName() |
CfnIntegrationProps.Builder |
flowDefinition(CfnIntegration.FlowDefinitionProperty flowDefinition)
Sets the value of
CfnIntegrationProps.getFlowDefinition() |
CfnIntegrationProps.Builder |
flowDefinition(IResolvable flowDefinition)
Sets the value of
CfnIntegrationProps.getFlowDefinition() |
CfnIntegrationProps.Builder |
objectTypeName(String objectTypeName)
Sets the value of
CfnIntegrationProps.getObjectTypeName() |
CfnIntegrationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnIntegrationProps.getTags() |
CfnIntegrationProps.Builder |
uri(String uri)
Sets the value of
CfnIntegrationProps.getUri() |
@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 objectTypeName(String objectTypeName)
CfnIntegrationProps.getObjectTypeName()objectTypeName - The name of the profile object type mapping to use. This parameter is required.this@Stability(value=Stable) public CfnIntegrationProps.Builder flowDefinition(CfnIntegration.FlowDefinitionProperty flowDefinition)
CfnIntegrationProps.getFlowDefinition()flowDefinition - `AWS::CustomerProfiles::Integration.FlowDefinition`.this@Stability(value=Stable) public CfnIntegrationProps.Builder flowDefinition(IResolvable flowDefinition)
CfnIntegrationProps.getFlowDefinition()flowDefinition - `AWS::CustomerProfiles::Integration.FlowDefinition`.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.