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.
|
copy
applyMutation, build
PortRange.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.