| 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.cpu(String cpu)
The number of CPU units set for the container.
|
Container.Builder |
Container.Builder.exitCode(Integer exitCode)
The exit code returned from the container.
|
Container.Builder |
Container.Builder.gpuIds(Collection<String> gpuIds)
The IDs of each GPU assigned to the container.
|
Container.Builder |
Container.Builder.gpuIds(String... gpuIds)
The IDs of each GPU assigned to 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.image(String image)
The image used for the container.
|
Container.Builder |
Container.Builder.imageDigest(String imageDigest)
The container image manifest digest.
|
Container.Builder |
Container.Builder.lastStatus(String lastStatus)
The last known status of the container.
|
Container.Builder |
Container.Builder.managedAgents(Collection<ManagedAgent> managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Container.Builder |
Container.Builder.managedAgents(Consumer<ManagedAgent.Builder>... managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Container.Builder |
Container.Builder.managedAgents(ManagedAgent... managedAgents)
The details of any Amazon ECS managed agents associated with the container.
|
Container.Builder |
Container.Builder.memory(String memory)
The hard limit (in MiB) of memory set for the container.
|
Container.Builder |
Container.Builder.memoryReservation(String memoryReservation)
The soft limit (in MiB) of memory set for 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.runtimeId(String runtimeId)
The ID of the Docker 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 © 2023. All rights reserved.