| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Task |
Task.addTaskPropertiesEntry(String key,
String value)
Add a single TaskProperties entry
|
Task |
Task.clearTaskPropertiesEntries()
Removes all the entries added into TaskProperties.
|
Task |
Task.clone() |
Task |
Task.withConnectorOperator(ConnectorOperator connectorOperator)
The operation to be performed on the provided source fields.
|
Task |
Task.withDestinationField(String destinationField)
A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
|
Task |
Task.withSourceFields(Collection<String> sourceFields)
The source fields to which a particular task is applied.
|
Task |
Task.withSourceFields(String... sourceFields)
The source fields to which a particular task is applied.
|
Task |
Task.withTaskProperties(Map<String,String> taskProperties)
A map used to store task-related information.
|
Task |
Task.withTaskType(String taskType)
Specifies the particular task implementation that Amazon AppFlow performs.
|
Task |
Task.withTaskType(TaskType taskType)
Specifies the particular task implementation that Amazon AppFlow performs.
|
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
FlowDefinition.getTasks()
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.withTasks(Task... tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinition.setTasks(Collection<Task> tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
FlowDefinition |
FlowDefinition.withTasks(Collection<Task> tasks)
A list of tasks that Customer Profiles performs while transferring the data in the flow run.
|
Copyright © 2022. All rights reserved.