| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FlowDefinition.Builder> |
FlowDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutIntegrationRequest.Builder |
PutIntegrationRequest.Builder.flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
default AppflowIntegration.Builder |
AppflowIntegration.Builder.flowDefinition(Consumer<FlowDefinition.Builder> flowDefinition)
Sets the value of the FlowDefinition property for this object.
|
Copyright © 2022. All rights reserved.