| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
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.recordsProcessed(Long recordsProcessed)
The number of records processed in the flow run.
|
ExecutionResult.Builder |
ExecutionResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionResult.Builder> |
ExecutionResult.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExecutionRecord.Builder |
ExecutionRecord.Builder.executionResult(Consumer<ExecutionResult.Builder> executionResult)
Describes the result of the given flow run.
|
Copyright © 2022. All rights reserved.