CopyableBuilder<PortInfo.Builder,PortInfo>, SdkBuilder<PortInfo.Builder,PortInfo>public static interface PortInfo.Builder extends CopyableBuilder<PortInfo.Builder,PortInfo>
| Modifier and Type | Method | Description |
|---|---|---|
PortInfo.Builder |
fromPort(Integer fromPort) |
The first port in the range.
|
PortInfo.Builder |
protocol(String protocol) |
The protocol.
|
PortInfo.Builder |
protocol(NetworkProtocol protocol) |
The protocol.
|
PortInfo.Builder |
toPort(Integer toPort) |
The last port in the range.
|
copyapply, buildPortInfo.Builder fromPort(Integer fromPort)
The first port in the range.
fromPort - The first port in the range.PortInfo.Builder toPort(Integer toPort)
The last port in the range.
toPort - The last port in the range.PortInfo.Builder protocol(String protocol)
The protocol.
protocol - The protocol.NetworkProtocolPortInfo.Builder protocol(NetworkProtocol protocol)
The protocol.
protocol - The protocol.NetworkProtocolCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.