Interface EvaluationFailedEventDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationFailedEventDetails.Builder,EvaluationFailedEventDetails>,SdkBuilder<EvaluationFailedEventDetails.Builder,EvaluationFailedEventDetails>,SdkPojo
- Enclosing class:
- EvaluationFailedEventDetails
public static interface EvaluationFailedEventDetails.Builder extends SdkPojo, CopyableBuilder<EvaluationFailedEventDetails.Builder,EvaluationFailedEventDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationFailedEventDetails.Buildercause(String causeValue)A more detailed explanation of the cause of the failure.EvaluationFailedEventDetails.Buildererror(String error)The error code of the failure.EvaluationFailedEventDetails.Builderlocation(String location)The location of the field in the state in which the evaluation error occurred.EvaluationFailedEventDetails.Builderstate(String state)The name of the state in which the evaluation error occurred.-
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 Detail
-
error
EvaluationFailedEventDetails.Builder error(String error)
The error code of the failure.
- Parameters:
error- The error code of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cause
EvaluationFailedEventDetails.Builder cause(String causeValue)
A more detailed explanation of the cause of the failure.
- Parameters:
causeValue- A more detailed explanation of the cause of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
EvaluationFailedEventDetails.Builder location(String location)
The location of the field in the state in which the evaluation error occurred.
- Parameters:
location- The location of the field in the state in which the evaluation error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
EvaluationFailedEventDetails.Builder state(String state)
The name of the state in which the evaluation error occurred.
- Parameters:
state- The name of the state in which the evaluation error occurred.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-