Interface ValidationError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ValidationError.Builder,ValidationError>,SdkBuilder<ValidationError.Builder,ValidationError>,SdkPojo
- Enclosing class:
- ValidationError
public static interface ValidationError.Builder extends SdkPojo, CopyableBuilder<ValidationError.Builder,ValidationError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidationError.BuildererrorMessage(String errorMessage)The description of an error found in the behaviors.-
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
-
errorMessage
ValidationError.Builder errorMessage(String errorMessage)
The description of an error found in the behaviors.
- Parameters:
errorMessage- The description of an error found in the behaviors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-