public static final class SMFProcessingError.Builder extends Object
SMFProcessingError.
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 |
|---|---|
SMFProcessingError |
build()
Builds a new
SMFProcessingError. |
SMFProcessingError.Builder |
from(SMFErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.core.SMFErrorType instance. |
SMFProcessingError.Builder |
from(SMFProcessingErrorType instance)
Fill a builder with attribute values from the provided
com.io7m.smfj.processing.api.SMFProcessingErrorType instance. |
SMFProcessingError.Builder |
setException(Exception exception)
Initializes the optional value
exception to exception. |
SMFProcessingError.Builder |
setException(Optional<? extends Exception> exception)
Initializes the optional value
exception to exception. |
SMFProcessingError.Builder |
setMessage(String message)
Initializes the value for the
message attribute. |
public final SMFProcessingError.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 SMFProcessingError.Builder from(SMFProcessingErrorType instance)
com.io7m.smfj.processing.api.SMFProcessingErrorType instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final SMFProcessingError.Builder setMessage(String message)
message attribute.message - The value for messagethis builder for use in a chained invocationpublic final SMFProcessingError.Builder setException(Exception exception)
exception to exception.exception - The value for exceptionthis builder for chained invocationpublic final SMFProcessingError.Builder setException(Optional<? extends Exception> exception)
exception to exception.exception - The value for exceptionthis builder for use in a chained invocationpublic SMFProcessingError build()
SMFProcessingError.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com