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.
|
copy
applyMutation, build
PortMapping.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
,
PortProtocol
PortMapping.Builder protocol(PortProtocol protocol)
The protocol used for the port mapping.
protocol
- The protocol used for the port mapping.PortProtocol
,
PortProtocol
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.