public static interface PortRange.Builder extends software.amazon.awssdk.utils.builder.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.
|
PortRange.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. All rights reserved.