public static final class BoxVerticalSplit.Builder<S> extends Object
BoxVerticalSplit.
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 |
|---|---|
BoxVerticalSplit<S> |
build()
Builds a new
BoxVerticalSplit. |
BoxVerticalSplit.Builder<S> |
from(BoxVerticalSplitType<S> instance)
Fill a builder with attribute values from the provided
BoxVerticalSplitType instance. |
BoxVerticalSplit.Builder<S> |
setLeft(BoxType<S> left)
Initializes the value for the
left attribute. |
BoxVerticalSplit.Builder<S> |
setRight(BoxType<S> right)
Initializes the value for the
right attribute. |
public final BoxVerticalSplit.Builder<S> from(BoxVerticalSplitType<S> instance)
BoxVerticalSplitType instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final BoxVerticalSplit.Builder<S> setLeft(BoxType<S> left)
left attribute.left - The value for leftthis builder for use in a chained invocationpublic final BoxVerticalSplit.Builder<S> setRight(BoxType<S> right)
right attribute.right - The value for rightthis builder for use in a chained invocationpublic BoxVerticalSplit<S> build()
BoxVerticalSplit.IllegalStateException - if any required attributes are missingCopyright © 2016 <code@io7m.com> http://io7m.com