Class ImmutableValueSetEntryToStringOperator.Builder
java.lang.Object
io.dialob.session.engine.program.expr.arith.ImmutableValueSetEntryToStringOperator.Builder
- Enclosing class:
ImmutableValueSetEntryToStringOperator
@Generated(from="ValueSetEntryToStringOperator",
generator="Immutables")
@NotThreadSafe
public static final class ImmutableValueSetEntryToStringOperator.Builder
extends Object
Builds instances of type
ImmutableValueSetEntryToStringOperator.
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.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newImmutableValueSetEntryToStringOperator.expression(Expression expression) Initializes the value for theexpressionattribute.from(ValueSetEntryToStringOperator instance) Fill a builder with attribute values from the providedValueSetEntryToStringOperatorinstance.valueSetId(ValueSetId valueSetId) Initializes the value for thevalueSetIdattribute.
-
Method Details
-
from
@CanIgnoreReturnValue public final ImmutableValueSetEntryToStringOperator.Builder from(ValueSetEntryToStringOperator instance) Fill a builder with attribute values from the providedValueSetEntryToStringOperatorinstance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.- Parameters:
instance- The instance from which to copy values- Returns:
thisbuilder for use in a chained invocation
-
valueSetId
@CanIgnoreReturnValue public final ImmutableValueSetEntryToStringOperator.Builder valueSetId(ValueSetId valueSetId) Initializes the value for thevalueSetIdattribute.- Parameters:
valueSetId- The value for valueSetId- Returns:
thisbuilder for use in a chained invocation
-
expression
@CanIgnoreReturnValue public final ImmutableValueSetEntryToStringOperator.Builder expression(Expression expression) Initializes the value for theexpressionattribute.- Parameters:
expression- The value for expression- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newImmutableValueSetEntryToStringOperator.- Returns:
- An immutable instance of ValueSetEntryToStringOperator
- Throws:
IllegalStateException- if any required attributes are missing
-