public static interface FilterPortRange.Builder extends SdkPojo, CopyableBuilder<FilterPortRange.Builder,FilterPortRange>
| Modifier and Type | Method and Description |
|---|---|
FilterPortRange.Builder |
fromPort(Integer fromPort)
The first port in the range.
|
FilterPortRange.Builder |
toPort(Integer toPort)
The last port in the range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilterPortRange.Builder fromPort(Integer fromPort)
The first port in the range.
fromPort - The first port in the range.FilterPortRange.Builder toPort(Integer toPort)
The last port in the range.
toPort - The last port in the range.Copyright © 2023. All rights reserved.