static ExecutionResult.Builder |
ExecutionResult.builder() |
|
ExecutionResult.Builder |
ExecutionResult.Builder.bytesProcessed(Long bytesProcessed) |
The total number of bytes processed by the flow run.
|
ExecutionResult.Builder |
ExecutionResult.Builder.bytesWritten(Long bytesWritten) |
The total number of bytes written as a result of the flow run.
|
default ExecutionResult.Builder |
ExecutionResult.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo) |
Provides any error message information related to the flow run.
|
ExecutionResult.Builder |
ExecutionResult.Builder.errorInfo(ErrorInfo errorInfo) |
Provides any error message information related to the flow run.
|
ExecutionResult.Builder |
ExecutionResult.Builder.maxPageSize(Long maxPageSize) |
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP
application.
|
ExecutionResult.Builder |
ExecutionResult.Builder.numParallelProcesses(Long numParallelProcesses) |
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
|
ExecutionResult.Builder |
ExecutionResult.Builder.recordsProcessed(Long recordsProcessed) |
The number of records processed in the flow run.
|
ExecutionResult.Builder |
ExecutionResult.toBuilder() |
|