static FlowDefinition.Builder |
FlowDefinition.builder() |
|
FlowDefinition.Builder |
FlowDefinition.Builder.description(String description) |
A description of the flow you want to create.
|
FlowDefinition.Builder |
FlowDefinition.Builder.flowName(String flowName) |
The specified name of the flow.
|
FlowDefinition.Builder |
FlowDefinition.Builder.kmsArn(String kmsArn) |
The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.
|
default FlowDefinition.Builder |
FlowDefinition.Builder.sourceFlowConfig(Consumer<SourceFlowConfig.Builder> sourceFlowConfig) |
The configuration that controls how Customer Profiles retrieves data from the source.
|
FlowDefinition.Builder |
FlowDefinition.Builder.sourceFlowConfig(SourceFlowConfig sourceFlowConfig) |
The configuration that controls how Customer Profiles retrieves data from the source.
|
FlowDefinition.Builder |
FlowDefinition.Builder.tasks(Collection<Task> tasks) |
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition.Builder |
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 |
FlowDefinition.Builder.tasks(Task... tasks) |
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition.Builder |
FlowDefinition.toBuilder() |
|
default FlowDefinition.Builder |
FlowDefinition.Builder.triggerConfig(Consumer<TriggerConfig.Builder> triggerConfig) |
The trigger settings that determine how and when the flow runs.
|
FlowDefinition.Builder |
FlowDefinition.Builder.triggerConfig(TriggerConfig triggerConfig) |
The trigger settings that determine how and when the flow runs.
|