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