public static interface ValidationError.Builder extends CopyableBuilder<ValidationError.Builder,ValidationError>
| Modifier and Type | Method and Description |
|---|---|
ValidationError.Builder |
elementPath(String elementPath)
Sets the value of the ElementPath property for this object.
|
ValidationError.Builder |
errorMessage(String errorMessage)
Sets the value of the ErrorMessage property for this object.
|
copyapply, buildValidationError.Builder elementPath(String elementPath)
elementPath - The new value for the ElementPath property for this object.ValidationError.Builder errorMessage(String errorMessage)
errorMessage - The new value for the ErrorMessage property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.