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 SummaryModifier and TypeMethodDescriptionelementPath(String elementPath) Path to the source of the error.errorMessage(String errorMessage) The error message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFields
- 
Method Details- 
elementPathPath to the source of the error.- Parameters:
- elementPath- Path to the source of the error.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorMessageThe error message.- Parameters:
- errorMessage- The error message.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-