Uses of Interface
software.amazon.awssdk.services.connect.model.PropertyValidationExceptionProperty.Builder
-
Packages that use PropertyValidationExceptionProperty.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of PropertyValidationExceptionProperty.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return PropertyValidationExceptionProperty.Builder Modifier and Type Method Description static PropertyValidationExceptionProperty.BuilderPropertyValidationExceptionProperty. builder()PropertyValidationExceptionProperty.BuilderPropertyValidationExceptionProperty.Builder. message(String message)A message describing why the property is not valid.PropertyValidationExceptionProperty.BuilderPropertyValidationExceptionProperty.Builder. propertyPath(String propertyPath)The full property path.PropertyValidationExceptionProperty.BuilderPropertyValidationExceptionProperty.Builder. reason(String reason)Why the property is not valid.PropertyValidationExceptionProperty.BuilderPropertyValidationExceptionProperty.Builder. reason(PropertyValidationExceptionReason reason)Why the property is not valid.PropertyValidationExceptionProperty.BuilderPropertyValidationExceptionProperty. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type PropertyValidationExceptionProperty.Builder Modifier and Type Method Description static Class<? extends PropertyValidationExceptionProperty.Builder>PropertyValidationExceptionProperty. serializableBuilderClass()
-