| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInfo.Builder |
ErrorInfo.builder() |
ErrorInfo.Builder |
ErrorInfo.Builder.executionMessage(String executionMessage)
Specifies the error message that appears if a flow fails.
|
ErrorInfo.Builder |
ErrorInfo.Builder.putFailuresCount(Long putFailuresCount)
Specifies the failure count for the attempted flow.
|
ErrorInfo.Builder |
ErrorInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ErrorInfo.Builder> |
ErrorInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExecutionResult.Builder |
ExecutionResult.Builder.errorInfo(Consumer<ErrorInfo.Builder> errorInfo)
Provides any error message information related to the flow run.
|
Copyright © 2022. All rights reserved.