| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerStateChange.Builder |
ContainerStateChange.builder() |
ContainerStateChange.Builder |
ContainerStateChange.Builder.containerName(String containerName)
The name of the container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.exitCode(Integer exitCode)
The exit code for the container, if the state change is a result of the container exiting.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.imageDigest(String imageDigest)
The container image SHA 256 digest.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.networkBindings(Collection<NetworkBinding> networkBindings)
Any network bindings that are associated with the container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.networkBindings(Consumer<NetworkBinding.Builder>... networkBindings)
Any network bindings that are associated with the container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.networkBindings(NetworkBinding... networkBindings)
Any network bindings that are associated with the container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.reason(String reason)
The reason for the state change.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.runtimeId(String runtimeId)
The ID of the Docker container.
|
ContainerStateChange.Builder |
ContainerStateChange.Builder.status(String status)
The status of the container.
|
ContainerStateChange.Builder |
ContainerStateChange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerStateChange.Builder> |
ContainerStateChange.serializableBuilderClass() |
Copyright © 2023. All rights reserved.