Package io.substrait.relation.physical
Class ImmutableTargetType.Uri.Builder
java.lang.Object
io.substrait.relation.physical.ImmutableTargetType.Uri.Builder
- Enclosing class:
- ImmutableTargetType.Uri
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newUri.from(TargetType.Uri instance) Fill a builder with attribute values from the providedUriinstance.Initializes the value for theuriattribute.
-
Method Details
-
from
Fill a builder with attribute values from the providedUriinstance. 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
-
uri
Initializes the value for theuriattribute.- Parameters:
uri- The value for uri- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newUri.- Returns:
- An immutable instance of Uri
- Throws:
IllegalStateException- if any required attributes are missing
-