public static final class SMFSchemaValidationError.Builder extends Object
SMFSchemaValidationError.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
SMFSchemaValidationError |
build()
Builds a new
SMFSchemaValidationError. |
SMFSchemaValidationError.Builder |
from(SMFErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.core.SMFErrorType instance. |
SMFSchemaValidationError.Builder |
from(SMFSchemaValidationErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.validation.api.SMFSchemaValidationErrorType instance. |
SMFSchemaValidationError.Builder |
setException(Exception exception)
Initializes the optional value
exception to exception. |
SMFSchemaValidationError.Builder |
setException(Optional<? extends Exception> exception)
Initializes the optional value
exception to exception. |
SMFSchemaValidationError.Builder |
setMessage(String message)
Initializes the value for the
message attribute. |
public final SMFSchemaValidationError.Builder from(SMFSchemaValidationErrorType instance)
com.io7m.smfj.validation.api.SMFSchemaValidationErrorType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final SMFSchemaValidationError.Builder from(SMFErrorType instance)
com.io7m.smfj.core.SMFErrorType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final SMFSchemaValidationError.Builder setMessage(String message)
message attribute.message - The value for messagethis builder for use in a chained invocationpublic final SMFSchemaValidationError.Builder setException(Exception exception)
exception to exception.exception - The value for exceptionthis builder for chained invocationpublic final SMFSchemaValidationError.Builder setException(Optional<? extends Exception> exception)
exception to exception.exception - The value for exceptionthis builder for use in a chained invocationpublic SMFSchemaValidationError build()
SMFSchemaValidationError.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com