public static interface ExecutionResult.Builder extends SdkPojo, CopyableBuilder<ExecutionResult.Builder,ExecutionResult>
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult.Builder |
bytesProcessed(Long bytesProcessed)
The total number of bytes processed by the flow run.
|
ExecutionResult.Builder |
bytesWritten(Long bytesWritten)
The total number of bytes written as a result of the flow run.
|
default ExecutionResult.Builder |
errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Provides any error message information related to the flow run.
|
ExecutionResult.Builder |
errorInfo(ErrorInfo errorInfo)
Provides any error message information related to the flow run.
|
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 |
numParallelProcesses(Long numParallelProcesses)
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
|
ExecutionResult.Builder |
recordsProcessed(Long recordsProcessed)
The number of records processed in the flow run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionResult.Builder errorInfo(ErrorInfo errorInfo)
Provides any error message information related to the flow run.
errorInfo - Provides any error message information related to the flow run.default ExecutionResult.Builder errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Provides any error message information related to the flow run.
This is a convenience method that creates an instance of theErrorInfo.Builder avoiding the need to
create one manually via ErrorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to errorInfo(ErrorInfo).
errorInfo - a consumer that will call methods on ErrorInfo.BuildererrorInfo(ErrorInfo)ExecutionResult.Builder bytesProcessed(Long bytesProcessed)
The total number of bytes processed by the flow run.
bytesProcessed - The total number of bytes processed by the flow run.ExecutionResult.Builder bytesWritten(Long bytesWritten)
The total number of bytes written as a result of the flow run.
bytesWritten - The total number of bytes written as a result of the flow run.ExecutionResult.Builder recordsProcessed(Long recordsProcessed)
The number of records processed in the flow run.
recordsProcessed - The number of records processed in the flow run.ExecutionResult.Builder numParallelProcesses(Long numParallelProcesses)
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
numParallelProcesses - The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.ExecutionResult.Builder maxPageSize(Long maxPageSize)
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
maxPageSize - The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP
application.Copyright © 2023. All rights reserved.