| Modifier and Type | Method and Description |
|---|---|
Options |
build()
Builds a new
Options. |
Options.Builder |
from(Options instance)
Fill a builder with attribute values from the provided
Options instance. |
Options.Builder |
maxInFlight(Integer maxInFlight)
Initializes the value for the
maxInFlight attribute. |
public final Options.Builder from(Options instance)
Options 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 Options.Builder maxInFlight(Integer maxInFlight)
maxInFlight attribute.maxInFlight - The value for maxInFlightthis builder for use in a chained invocationpublic Options build()
Options.IllegalStateException - if any required attributes are missingCopyright © 2026. All rights reserved.