| 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.withMaxPageSize(Long maxPageSize)
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP
application.
|
ExecutionResult |
ExecutionResult.withNumParallelProcesses(Long numParallelProcesses)
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
|
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 © 2024. All rights reserved.