public static interface ValidationError.Builder extends SdkPojo, 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. 
 | 
copyapplyMutation, buildValidationError.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.