public static interface ValidationError.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
ValidationError.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.