public static interface PortRange.Builder extends SdkPojo, CopyableBuilder<PortRange.Builder,PortRange>
| Modifier and Type | Method and Description |
|---|---|
PortRange.Builder |
fromPort(Integer fromPort)
The lower limit of the port range.
|
PortRange.Builder |
toPort(Integer toPort)
The upper limit of the port range.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortRange.Builder fromPort(Integer fromPort)
The lower limit of the port range. This must be less than or equal to the ToPort specification.
fromPort - The lower limit of the port range. This must be less than or equal to the ToPort
specification.PortRange.Builder toPort(Integer toPort)
The upper limit of the port range. This must be greater than or equal to the FromPort
specification.
toPort - The upper limit of the port range. This must be greater than or equal to the FromPort
specification.Copyright © 2023. All rights reserved.