public static interface FlowDefinition.Builder extends SdkPojo, CopyableBuilder<FlowDefinition.Builder,FlowDefinition>
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition.Builder |
description(String description)
A description of the flow you want to create.
|
FlowDefinition.Builder |
flowName(String flowName)
The specified name of the flow.
|
FlowDefinition.Builder |
kmsArn(String kmsArn)
The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.
|
default FlowDefinition.Builder |
sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Customer Profiles retrieves data from the source.
|
FlowDefinition.Builder |
sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Customer Profiles retrieves data from the source.
|
FlowDefinition.Builder |
tasks(Collection<Task> tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition.Builder |
tasks(Consumer<Task.Builder>... tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition.Builder |
tasks(Task... tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
default FlowDefinition.Builder |
triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
|
FlowDefinition.Builder |
triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFlowDefinition.Builder description(String description)
A description of the flow you want to create.
description - A description of the flow you want to create.FlowDefinition.Builder flowName(String flowName)
The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.
flowName - The specified name of the flow. Use underscores (_) or hyphens (-) only. Spaces are not allowed.FlowDefinition.Builder kmsArn(String kmsArn)
The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.
kmsArn - The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.FlowDefinition.Builder sourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Customer Profiles retrieves data from the source.
sourceFlowConfig - The configuration that controls how Customer Profiles retrieves data from the source.default FlowDefinition.Builder sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig)
The configuration that controls how Customer Profiles retrieves data from the source.
This is a convenience method that creates an instance of theSourceFlowConfig.Builder avoiding the
need to create one manually via SourceFlowConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sourceFlowConfig(SourceFlowConfig).
sourceFlowConfig - a consumer that will call methods on SourceFlowConfig.BuildersourceFlowConfig(SourceFlowConfig)FlowDefinition.Builder tasks(Collection<Task> tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
tasks - A list of tasks that Customer Profiles performs while transferring the data in the flow run.FlowDefinition.Builder tasks(Task... tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
tasks - A list of tasks that Customer Profiles performs while transferring the data in the flow run.FlowDefinition.Builder tasks(Consumer<Task.Builder>... tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
This is a convenience method that creates an instance of theTask.Builder avoiding the need to create one
manually via Task.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tasks(List.
tasks - a consumer that will call methods on
Task.Builder#tasks(java.util.Collection) FlowDefinition.Builder triggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
triggerConfig - The trigger settings that determine how and when the flow runs.default FlowDefinition.Builder triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig)
The trigger settings that determine how and when the flow runs.
This is a convenience method that creates an instance of theTriggerConfig.Builder avoiding the need
to create one manually via TriggerConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to triggerConfig(TriggerConfig).
triggerConfig - a consumer that will call methods on TriggerConfig.BuildertriggerConfig(TriggerConfig)Copyright © 2023. All rights reserved.