Interface ErrorInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorInfo.Builder,
,ErrorInfo> SdkBuilder<ErrorInfo.Builder,
,ErrorInfo> SdkPojo
- Enclosing class:
ErrorInfo
@Mutable
@NotThreadSafe
public static interface ErrorInfo.Builder
extends SdkPojo, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionMessage
(String executionMessage) Specifies the error message that appears if a flow fails.putFailuresCount
(Long putFailuresCount) Specifies the failure count for the attempted flow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
putFailuresCount
Specifies the failure count for the attempted flow.
- Parameters:
putFailuresCount
- Specifies the failure count for the attempted flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionMessage
Specifies the error message that appears if a flow fails.
- Parameters:
executionMessage
- Specifies the error message that appears if a flow fails.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-