@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 - `AWS::CustomerProfiles::Integration.DomainName`. This parameter is required.this@Stability(value=Stable) public CfnIntegrationProps.Builder objectTypeName(String objectTypeName)
CfnIntegrationProps.getObjectTypeName()objectTypeName - `AWS::CustomerProfiles::Integration.ObjectTypeName`. 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 - `AWS::CustomerProfiles::Integration.Tags`.this@Stability(value=Stable) public CfnIntegrationProps.Builder uri(String uri)
CfnIntegrationProps.getUri()uri - `AWS::CustomerProfiles::Integration.Uri`.this@Stability(value=Stable) public CfnIntegrationProps build()
build in interface software.amazon.jsii.Builder<CfnIntegrationProps>CfnIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.