public static interface ValidationExceptionField.Builder extends SdkPojo, CopyableBuilder<ValidationExceptionField.Builder,ValidationExceptionField>
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField.Builder |
message(String message)
The
ValidationException message. |
ValidationExceptionField.Builder |
name(String name)
The name of the field that triggered the
ValidationException. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationExceptionField.Builder name(String name)
The name of the field that triggered the ValidationException.
name - The name of the field that triggered the ValidationException.ValidationExceptionField.Builder message(String message)
The ValidationException message.
message - The ValidationException message.Copyright © 2023. All rights reserved.