@Stability(value=Stable) public static final class CfnIntegration.FlowDefinitionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnIntegration.FlowDefinitionProperty>
CfnIntegration.FlowDefinitionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder flowName(String flowName)
CfnIntegration.FlowDefinitionProperty.getFlowName()flowName - The specified name of the flow. This parameter is required.
Use underscores (_) or hyphens (-) only. Spaces are not allowed.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder kmsArn(String kmsArn)
CfnIntegration.FlowDefinitionProperty.getKmsArn()kmsArn - The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder sourceFlowConfig(CfnIntegration.SourceFlowConfigProperty sourceFlowConfig)
CfnIntegration.FlowDefinitionProperty.getSourceFlowConfig()sourceFlowConfig - The configuration that controls how Customer Profiles retrieves data from the source. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder sourceFlowConfig(IResolvable sourceFlowConfig)
CfnIntegration.FlowDefinitionProperty.getSourceFlowConfig()sourceFlowConfig - The configuration that controls how Customer Profiles retrieves data from the source. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder tasks(IResolvable tasks)
CfnIntegration.FlowDefinitionProperty.getTasks()tasks - A list of tasks that Customer Profiles performs while transferring the data in the flow run. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder tasks(List<? extends Object> tasks)
CfnIntegration.FlowDefinitionProperty.getTasks()tasks - A list of tasks that Customer Profiles performs while transferring the data in the flow run. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder triggerConfig(CfnIntegration.TriggerConfigProperty triggerConfig)
CfnIntegration.FlowDefinitionProperty.getTriggerConfig()triggerConfig - The trigger settings that determine how and when the flow runs. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder triggerConfig(IResolvable triggerConfig)
CfnIntegration.FlowDefinitionProperty.getTriggerConfig()triggerConfig - The trigger settings that determine how and when the flow runs. This parameter is required.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty.Builder description(String description)
CfnIntegration.FlowDefinitionProperty.getDescription()description - A description of the flow you want to create.this@Stability(value=Stable) public CfnIntegration.FlowDefinitionProperty build()
build in interface software.amazon.jsii.Builder<CfnIntegration.FlowDefinitionProperty>CfnIntegration.FlowDefinitionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.