| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
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.hostPort(Integer hostPort)
The port number on the container instance to reserve for your container.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PortMapping.Builder> |
PortMapping.serializableBuilderClass() |
Copyright © 2021. All rights reserved.