public static interface PortRange.Builder extends CopyableBuilder<PortRange.Builder,PortRange>
| Modifier and Type | Method and Description | 
|---|---|
| PortRange.Builder | from(Integer from)
 The first port in the range. | 
| PortRange.Builder | to(Integer to)
 The last port in the range. | 
copyapply, buildPortRange.Builder from(Integer from)
The first port in the range.
from - The first port in the range.PortRange.Builder to(Integer to)
The last port in the range.
to - The last port in the range.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.