static ExecutionRecord.Builder |
ExecutionRecord.builder() |
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.dataPullEndTime(Instant dataPullEndTime) |
The timestamp that indicates the last new or updated record to be transferred in the flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.dataPullStartTime(Instant dataPullStartTime) |
The timestamp that determines the first new or updated record to be transferred in the flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.executionId(String executionId) |
Specifies the identifier of the given flow run.
|
default ExecutionRecord.Builder |
ExecutionRecord.Builder.executionResult(Consumer<ExecutionResult.Builder> executionResult) |
Describes the result of the given flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.executionResult(ExecutionResult executionResult) |
Describes the result of the given flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.executionStatus(String executionStatus) |
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.executionStatus(ExecutionStatus executionStatus) |
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
Specifies the time of the most recent update.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.metadataCatalogDetails(Collection<MetadataCatalogDetail> metadataCatalogDetails) |
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.metadataCatalogDetails(Consumer<MetadataCatalogDetail.Builder>... metadataCatalogDetails) |
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.metadataCatalogDetails(MetadataCatalogDetail... metadataCatalogDetails) |
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the
associated flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.Builder.startedAt(Instant startedAt) |
Specifies the start time of the flow run.
|
ExecutionRecord.Builder |
ExecutionRecord.toBuilder() |
|