Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ValidationException.Builder
Packages that use ValidationException.Builder
-
Uses of ValidationException.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ValidationException.BuilderModifier and TypeMethodDescriptionValidationException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) static ValidationException.BuilderValidationException.builder()ValidationException.Builder.fieldList(Collection<ValidationExceptionField> fieldList) Sets the value of the FieldList property for this object.ValidationException.Builder.fieldList(Consumer<ValidationExceptionField.Builder>... fieldList) Sets the value of the FieldList property for this object.ValidationException.Builder.fieldList(ValidationExceptionField... fieldList) Sets the value of the FieldList property for this object.ValidationException.Builder.numAttempts(Integer numAttempts) Sets the value of the Reason property for this object.ValidationException.Builder.reason(ValidationExceptionReason reason) Sets the value of the Reason property for this object.ValidationException.Builder.statusCode(int statusCode) ValidationException.toBuilder()ValidationException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ValidationException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ValidationException.Builder>ValidationException.serializableBuilderClass()