PortMapping.Builder |
PortMapping.Builder.appProtocol(String appProtocol) |
The application protocol that's used for the port mapping.
|
PortMapping.Builder |
PortMapping.Builder.appProtocol(ApplicationProtocol appProtocol) |
The application protocol that's used for the port mapping.
|
static PortMapping.Builder |
PortMapping.builder() |
|
PortMapping.Builder |
PortMapping.Builder.containerPort(Integer containerPort) |
The port number on the container that's bound to the user-specified or automatically assigned host port.
|
PortMapping.Builder |
PortMapping.Builder.containerPortRange(String containerPortRange) |
The port number range on the container that's bound to the dynamically mapped host port range.
|
PortMapping.Builder |
PortMapping.Builder.hostPort(Integer hostPort) |
The port number on the container instance to reserve for your container.
|
PortMapping.Builder |
PortMapping.Builder.name(String name) |
The name that's used for the port mapping.
|
PortMapping.Builder |
PortMapping.Builder.protocol(String protocol) |
The protocol used for the port mapping.
|
PortMapping.Builder |
PortMapping.Builder.protocol(TransportProtocol protocol) |
The protocol used for the port mapping.
|
PortMapping.Builder |
PortMapping.toBuilder() |
|