Uses of Interface
software.amazon.awssdk.services.ivschat.model.ValidationExceptionField.Builder
-
Packages that use ValidationExceptionField.Builder Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of ValidationExceptionField.Builder in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return ValidationExceptionField.Builder Modifier and Type Method Description static ValidationExceptionField.BuilderValidationExceptionField. builder()ValidationExceptionField.BuilderValidationExceptionField.Builder. message(String message)Explanation of the reason for the validation error.ValidationExceptionField.BuilderValidationExceptionField.Builder. name(String name)Name of the field which failed validation.ValidationExceptionField.BuilderValidationExceptionField. toBuilder()Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type ValidationExceptionField.Builder Modifier and Type Method Description static Class<? extends ValidationExceptionField.Builder>ValidationExceptionField. serializableBuilderClass()
-