public static interface PropertyValidationExceptionProperty.Builder extends SdkPojo, CopyableBuilder<PropertyValidationExceptionProperty.Builder,PropertyValidationExceptionProperty>
| Modifier and Type | Method and Description |
|---|---|
PropertyValidationExceptionProperty.Builder |
message(String message)
A message describing why the property is not valid.
|
PropertyValidationExceptionProperty.Builder |
propertyPath(String propertyPath)
The full property path.
|
PropertyValidationExceptionProperty.Builder |
reason(PropertyValidationExceptionReason reason)
Why the property is not valid.
|
PropertyValidationExceptionProperty.Builder |
reason(String reason)
Why the property is not valid.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyValidationExceptionProperty.Builder propertyPath(String propertyPath)
The full property path.
propertyPath - The full property path.PropertyValidationExceptionProperty.Builder reason(String reason)
Why the property is not valid.
reason - Why the property is not valid.PropertyValidationExceptionReason,
PropertyValidationExceptionReasonPropertyValidationExceptionProperty.Builder reason(PropertyValidationExceptionReason reason)
Why the property is not valid.
reason - Why the property is not valid.PropertyValidationExceptionReason,
PropertyValidationExceptionReasonPropertyValidationExceptionProperty.Builder message(String message)
A message describing why the property is not valid.
message - A message describing why the property is not valid.Copyright © 2023. All rights reserved.