public static interface ValidationExceptionField.Builder extends SdkPojo, CopyableBuilder<ValidationExceptionField.Builder,ValidationExceptionField>
| Modifier and Type | Method and Description |
|---|---|
ValidationExceptionField.Builder |
message(String message)
A message for the input validation error.
|
ValidationExceptionField.Builder |
name(String name)
The name of the input parameter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationExceptionField.Builder name(String name)
The name of the input parameter.
name - The name of the input parameter.ValidationExceptionField.Builder message(String message)
A message for the input validation error.
message - A message for the input validation error.Copyright © 2023. All rights reserved.