Uses of Class
software.constructs.ValidationError.Builder
-
-
Uses of ValidationError.Builder in software.constructs
Methods in software.constructs that return ValidationError.Builder Modifier and Type Method Description static ValidationError.Builder
ValidationError. builder()
ValidationError.Builder
ValidationError.Builder. message(String message)
Sets the value ofValidationError.getMessage()
ValidationError.Builder
ValidationError.Builder. source(Construct source)
Sets the value ofValidationError.getSource()
Constructors in software.constructs with parameters of type ValidationError.Builder Constructor Description Jsii$Proxy(ValidationError.Builder builder)
Constructor that initializes the object based on literal property values passed by theValidationError.Builder
.
-