@Generated(value="org.immutables.processor.ProxyProcessor") public final class Options extends Object
_Options.
Use the builder to create immutable instances:
Options.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
Options.Builder
Builds instances of type
Options. |
| Modifier and Type | Method and Description |
|---|---|
static Options.Builder |
builder()
Creates a builder for
Options. |
boolean |
equals(Object another)
This instance is equal to all instances of
Options that have equal attribute values. |
Integer |
getMaxInFlight()
The The maximum number of new instances to deploy simultaneously
|
int |
hashCode()
Computes a hash code from attributes:
maxInFlight. |
String |
toString()
Prints the immutable value
Options with attribute values. |
public Integer getMaxInFlight()
public boolean equals(Object another)
Options that have equal attribute values.public int hashCode()
maxInFlight.public String toString()
Options with attribute values.public static Options.Builder builder()
Options.
Options.builder()
.maxInFlight(Integer) // required maxInFlight
.build();
Copyright © 2026. All rights reserved.