public static interface ValidationError.Builder extends CopyableBuilder<ValidationError.Builder,ValidationError>
Modifier and Type | Method and Description |
---|---|
ValidationError.Builder |
errors(Collection<String> errors)
A description of the validation error.
|
ValidationError.Builder |
errors(String... errors)
A description of the validation error.
|
ValidationError.Builder |
id(String id)
The identifier of the object that contains the validation error.
|
copy
applyMutation, build
ValidationError.Builder id(String id)
The identifier of the object that contains the validation error.
id
- The identifier of the object that contains the validation error.ValidationError.Builder errors(Collection<String> errors)
A description of the validation error.
errors
- A description of the validation error.ValidationError.Builder errors(String... errors)
A description of the validation error.
errors
- A description of the validation error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.