Interface ErrorInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ErrorInfo.Builder,ErrorInfo>,SdkBuilder<ErrorInfo.Builder,ErrorInfo>,SdkPojo
- Enclosing class:
- ErrorInfo
public static interface ErrorInfo.Builder extends SdkPojo, CopyableBuilder<ErrorInfo.Builder,ErrorInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorInfo.BuilderexecutionMessage(String executionMessage)Specifies the error message that appears if a flow fails.ErrorInfo.BuilderputFailuresCount(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, sdkFields
-
-
-
-
Method Detail
-
putFailuresCount
ErrorInfo.Builder putFailuresCount(Long 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
ErrorInfo.Builder executionMessage(String 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.
-
-