public static interface PortRange.Builder extends SdkPojo, CopyableBuilder<PortRange.Builder,PortRange>
| Modifier and Type | Method and Description |
|---|---|
PortRange.Builder |
fromPort(Integer fromPort)
The first port in the range of ports, inclusive.
|
PortRange.Builder |
toPort(Integer toPort)
The last port in the range of ports, inclusive.
|
copyapplyMutation, buildPortRange.Builder fromPort(Integer fromPort)
The first port in the range of ports, inclusive.
fromPort - The first port in the range of ports, inclusive.PortRange.Builder toPort(Integer toPort)
The last port in the range of ports, inclusive.
toPort - The last port in the range of ports, inclusive.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.