| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionRecord |
ExecutionRecord.clone() |
ExecutionRecord |
ExecutionRecord.withDataPullEndTime(Date dataPullEndTime)
The timestamp that indicates the last new or updated record to be transferred in the flow run.
|
ExecutionRecord |
ExecutionRecord.withDataPullStartTime(Date dataPullStartTime)
The timestamp that determines the first new or updated record to be transferred in the flow run.
|
ExecutionRecord |
ExecutionRecord.withExecutionId(String executionId)
Specifies the identifier of the given flow run.
|
ExecutionRecord |
ExecutionRecord.withExecutionResult(ExecutionResult executionResult)
Describes the result of the given flow run.
|
ExecutionRecord |
ExecutionRecord.withExecutionStatus(ExecutionStatus executionStatus)
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
ExecutionRecord |
ExecutionRecord.withExecutionStatus(String executionStatus)
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
ExecutionRecord |
ExecutionRecord.withLastUpdatedAt(Date lastUpdatedAt)
Specifies the time of the most recent update.
|
ExecutionRecord |
ExecutionRecord.withMetadataCatalogDetails(Collection<MetadataCatalogDetail> metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
ExecutionRecord |
ExecutionRecord.withMetadataCatalogDetails(MetadataCatalogDetail... metadataCatalogDetails)
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated
flow run.
|
ExecutionRecord |
ExecutionRecord.withStartedAt(Date startedAt)
Specifies the start time of the flow run.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionRecord> |
DescribeFlowExecutionRecordsResult.getFlowExecutions()
Returns a list of all instances when this flow was run.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowExecutionRecordsResult |
DescribeFlowExecutionRecordsResult.withFlowExecutions(ExecutionRecord... flowExecutions)
Returns a list of all instances when this flow was run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowExecutionRecordsResult.setFlowExecutions(Collection<ExecutionRecord> flowExecutions)
Returns a list of all instances when this flow was run.
|
DescribeFlowExecutionRecordsResult |
DescribeFlowExecutionRecordsResult.withFlowExecutions(Collection<ExecutionRecord> flowExecutions)
Returns a list of all instances when this flow was run.
|
Copyright © 2024. All rights reserved.