| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.clone() |
FlowDefinition |
PutIntegrationRequest.getFlowDefinition()
The configuration that controls how Customer Profiles retrieves data from the source.
|
FlowDefinition |
AppflowIntegration.getFlowDefinition() |
FlowDefinition |
FlowDefinition.withDescription(String description)
A description of the flow you want to create.
|
FlowDefinition |
FlowDefinition.withFlowName(String flowName)
The specified name of the flow.
|
FlowDefinition |
FlowDefinition.withKmsArn(String kmsArn)
The Amazon Resource Name of the AWS Key Management Service (KMS) key you provide for encryption.
|
FlowDefinition |
FlowDefinition.withSourceFlowConfig(SourceFlowConfig sourceFlowConfig)
The configuration that controls how Customer Profiles retrieves data from the source.
|
FlowDefinition |
FlowDefinition.withTasks(Collection<Task> tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition |
FlowDefinition.withTasks(Task... tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition |
FlowDefinition.withTriggerConfig(TriggerConfig triggerConfig)
The trigger settings that determine how and when the flow runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutIntegrationRequest.setFlowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
void |
AppflowIntegration.setFlowDefinition(FlowDefinition flowDefinition) |
PutIntegrationRequest |
PutIntegrationRequest.withFlowDefinition(FlowDefinition flowDefinition)
The configuration that controls how Customer Profiles retrieves data from the source.
|
AppflowIntegration |
AppflowIntegration.withFlowDefinition(FlowDefinition flowDefinition) |
Copyright © 2022. All rights reserved.