public static interface PortRange.Builder extends SdkPojo, CopyableBuilder<PortRange.Builder,PortRange>
Modifier and Type | Method and Description |
---|---|
PortRange.Builder |
from(Integer from)
The first port in the range.
|
PortRange.Builder |
to(Integer to)
The last port in the range.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PortRange.Builder from(Integer from)
The first port in the range.
from
- The first port in the range.PortRange.Builder to(Integer to)
The last port in the range.
to
- The last port in the range.Copyright © 2022. All rights reserved.