| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
FlowDefinition |
FlowDefinition.addTagsEntry(String key,
String value)
Add a single Tags entry
|
FlowDefinition |
FlowDefinition.clearTagsEntries()
Removes all the entries added into Tags.
|
FlowDefinition |
FlowDefinition.clone() |
FlowDefinition |
FlowDefinition.withCreatedAt(Date createdAt)
Specifies when the flow was created.
|
FlowDefinition |
FlowDefinition.withCreatedBy(String createdBy)
The ARN of the user who created the flow.
|
FlowDefinition |
FlowDefinition.withDescription(String description)
A user-entered description of the flow.
|
FlowDefinition |
FlowDefinition.withDestinationConnectorType(ConnectorType destinationConnectorType)
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition |
FlowDefinition.withDestinationConnectorType(String destinationConnectorType)
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition |
FlowDefinition.withFlowArn(String flowArn)
The flow's Amazon Resource Name (ARN).
|
FlowDefinition |
FlowDefinition.withFlowName(String flowName)
The specified name of the flow.
|
FlowDefinition |
FlowDefinition.withFlowStatus(FlowStatus flowStatus)
Indicates the current status of the flow.
|
FlowDefinition |
FlowDefinition.withFlowStatus(String flowStatus)
Indicates the current status of the flow.
|
FlowDefinition |
FlowDefinition.withLastRunExecutionDetails(ExecutionDetails lastRunExecutionDetails)
Describes the details of the most recent flow run.
|
FlowDefinition |
FlowDefinition.withLastUpdatedAt(Date lastUpdatedAt)
Specifies when the flow was last updated.
|
FlowDefinition |
FlowDefinition.withLastUpdatedBy(String lastUpdatedBy)
Specifies the account user name that most recently updated the flow.
|
FlowDefinition |
FlowDefinition.withSourceConnectorType(ConnectorType sourceConnectorType)
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition |
FlowDefinition.withSourceConnectorType(String sourceConnectorType)
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition |
FlowDefinition.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for your flow.
|
FlowDefinition |
FlowDefinition.withTriggerType(String triggerType)
Specifies the type of flow trigger.
|
FlowDefinition |
FlowDefinition.withTriggerType(TriggerType triggerType)
Specifies the type of flow trigger.
|
| Modifier and Type | Method and Description |
|---|---|
List<FlowDefinition> |
ListFlowsResult.getFlows()
The list of flows associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListFlowsResult |
ListFlowsResult.withFlows(FlowDefinition... flows)
The list of flows associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlowsResult.setFlows(Collection<FlowDefinition> flows)
The list of flows associated with your account.
|
ListFlowsResult |
ListFlowsResult.withFlows(Collection<FlowDefinition> flows)
The list of flows associated with your account.
|
Copyright © 2021. All rights reserved.