| 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) |
Task |
Task.withDestinationField(String destinationField) |
Task |
Task.withSourceFields(Collection<String> sourceFields) |
Task |
Task.withSourceFields(String... sourceFields)
NOTE: This method appends the values to the existing list (if any).
|
Task |
Task.withTaskProperties(Map<String,String> taskProperties) |
Task |
Task.withTaskType(String taskType) |
Task |
Task.withTaskType(TaskType taskType) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
FlowDefinition.getTasks() |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.withTasks(Task... tasks)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowDefinition.setTasks(Collection<Task> tasks) |
FlowDefinition |
FlowDefinition.withTasks(Collection<Task> tasks) |
Copyright © 2021. All rights reserved.