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