public static class UdpApplication.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UdpApplication |
build() |
UdpApplication.Builder |
copy(UdpApplication model) |
UdpApplication.Builder |
maximumPort(Integer maximumPort)
The maximum port in the range (inclusive), which may be absent for a single-port range.
|
UdpApplication.Builder |
minimumPort(Integer minimumPort)
The minimum port in the range (inclusive), or the sole port of a single-port range.
|
public UdpApplication.Builder minimumPort(Integer minimumPort)
The minimum port in the range (inclusive), or the sole port of a single-port range.
minimumPort
- the value to setpublic UdpApplication.Builder maximumPort(Integer maximumPort)
The maximum port in the range (inclusive), which may be absent for a single-port range.
maximumPort
- the value to setpublic UdpApplication build()
public UdpApplication.Builder copy(UdpApplication model)
Copyright © 2016–2023. All rights reserved.