| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static Container.Builder |
Container.builder() |
Container.Builder |
Container.Builder.containerArn(String containerArn)
The Amazon Resource Name (ARN) of the container.
|
Container.Builder |
Container.Builder.exitCode(Integer exitCode)
The exit code returned from the container.
|
Container.Builder |
Container.Builder.healthStatus(HealthStatus healthStatus)
The health status of the container.
|
Container.Builder |
Container.Builder.healthStatus(String healthStatus)
The health status of the container.
|
Container.Builder |
Container.Builder.lastStatus(String lastStatus)
The last known status of the container.
|
Container.Builder |
Container.Builder.name(String name)
The name of the container.
|
Container.Builder |
Container.Builder.networkBindings(Collection<NetworkBinding> networkBindings)
The network bindings associated with the container.
|
Container.Builder |
Container.Builder.networkBindings(Consumer<NetworkBinding.Builder>... networkBindings)
The network bindings associated with the container.
|
Container.Builder |
Container.Builder.networkBindings(NetworkBinding... networkBindings)
The network bindings associated with the container.
|
Container.Builder |
Container.Builder.networkInterfaces(Collection<NetworkInterface> networkInterfaces)
The network interfaces associated with the container.
|
Container.Builder |
Container.Builder.networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
The network interfaces associated with the container.
|
Container.Builder |
Container.Builder.networkInterfaces(NetworkInterface... networkInterfaces)
The network interfaces associated with the container.
|
Container.Builder |
Container.Builder.reason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
Container.Builder |
Container.Builder.taskArn(String taskArn)
The ARN of the task.
|
Container.Builder |
Container.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Container.Builder> |
Container.serializableBuilderClass() |
Copyright © 2019. All rights reserved.