| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkBinding.Builder |
NetworkBinding.Builder.bindIP(String bindIP)
The IP address that the container is bound to on the container instance.
|
static NetworkBinding.Builder |
NetworkBinding.builder() |
NetworkBinding.Builder |
NetworkBinding.Builder.containerPort(Integer containerPort)
The port number on the container that's used with the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.hostPort(Integer hostPort)
The port number on the host that's used with the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.protocol(String protocol)
The protocol used for the network binding.
|
NetworkBinding.Builder |
NetworkBinding.Builder.protocol(TransportProtocol protocol)
The protocol used for the network binding.
|
NetworkBinding.Builder |
NetworkBinding.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkBinding.Builder> |
NetworkBinding.serializableBuilderClass() |
Copyright © 2022. All rights reserved.