Interface ExecutionResult.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExecutionResult.Builder,,- ExecutionResult> - SdkBuilder<ExecutionResult.Builder,,- ExecutionResult> - SdkPojo
- Enclosing class:
- ExecutionResult
@Mutable
@NotThreadSafe
public static interface ExecutionResult.Builder
extends SdkPojo, CopyableBuilder<ExecutionResult.Builder,ExecutionResult> 
- 
Method SummaryModifier and TypeMethodDescriptionbytesProcessed(Long bytesProcessed) The total number of bytes processed by the flow run.bytesWritten(Long bytesWritten) The total number of bytes written as a result of the flow run.default ExecutionResult.BuildererrorInfo(Consumer<ErrorInfo.Builder> errorInfo) Provides any error message information related to the flow run.Provides any error message information related to the flow run.maxPageSize(Long maxPageSize) The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.numParallelProcesses(Long numParallelProcesses) The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.recordsProcessed(Long recordsProcessed) The number of records processed in the flow run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
errorInfoProvides any error message information related to the flow run. - Parameters:
- errorInfo- Provides any error message information related to the flow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorInfoProvides any error message information related to the flow run. This is a convenience method that creates an instance of theErrorInfo.Builderavoiding the need to create one manually viaErrorInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrorInfo(ErrorInfo).- Parameters:
- errorInfo- a consumer that will call methods on- ErrorInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
bytesProcessedThe total number of bytes processed by the flow run. - Parameters:
- bytesProcessed- The total number of bytes processed by the flow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
bytesWrittenThe total number of bytes written as a result of the flow run. - Parameters:
- bytesWritten- The total number of bytes written as a result of the flow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
recordsProcessedThe number of records processed in the flow run. - Parameters:
- recordsProcessed- The number of records processed in the flow run.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
numParallelProcessesThe number of processes that Amazon AppFlow ran at the same time when it retrieved your data. - Parameters:
- numParallelProcesses- The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxPageSizeThe maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. - Parameters:
- maxPageSize- The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-