public static interface PortMapping.Builder extends SdkPojo, CopyableBuilder<PortMapping.Builder,PortMapping>
| Modifier and Type | Method and Description |
|---|---|
PortMapping.Builder |
port(Integer port)
The port used for the port mapping.
|
PortMapping.Builder |
protocol(PortProtocol protocol)
The protocol used for the port mapping.
|
PortMapping.Builder |
protocol(String protocol)
The protocol used for the port mapping.
|
copyapplyMutation, buildPortMapping.Builder port(Integer port)
The port used for the port mapping.
port - The port used for the port mapping.PortMapping.Builder protocol(String protocol)
The protocol used for the port mapping.
protocol - The protocol used for the port mapping.PortProtocol,
PortProtocolPortMapping.Builder protocol(PortProtocol protocol)
The protocol used for the port mapping.
protocol - The protocol used for the port mapping.PortProtocol,
PortProtocolCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.