| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
ExecutionResult.clone() |
ExecutionResult |
ExecutionRecord.getExecutionResult()
Describes the result of the given flow run.
|
ExecutionResult |
ExecutionResult.withBytesProcessed(Long bytesProcessed)
The total number of bytes processed by the flow run.
|
ExecutionResult |
ExecutionResult.withBytesWritten(Long bytesWritten)
The total number of bytes written as a result of the flow run.
|
ExecutionResult |
ExecutionResult.withErrorInfo(ErrorInfo errorInfo)
Provides any error message information related to the flow run.
|
ExecutionResult |
ExecutionResult.withRecordsProcessed(Long recordsProcessed)
The number of records processed in the flow run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionRecord.setExecutionResult(ExecutionResult executionResult)
Describes the result of the given flow run.
|
ExecutionRecord |
ExecutionRecord.withExecutionResult(ExecutionResult executionResult)
Describes the result of the given flow run.
|
Copyright © 2021. All rights reserved.