| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.builder() |
ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.Builder.details(Collection<InstanceHealthCheckResult> details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.Builder.details(Consumer<InstanceHealthCheckResult.Builder>... details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.Builder.details(InstanceHealthCheckResult... details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.Builder.overallStatus(InstanceHealthCheckState overallStatus)
The overall health status of the container instance.
|
ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.Builder.overallStatus(String overallStatus)
The overall health status of the container instance.
|
ContainerInstanceHealthStatus.Builder |
ContainerInstanceHealthStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerInstanceHealthStatus.Builder> |
ContainerInstanceHealthStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ContainerInstance.Builder |
ContainerInstance.Builder.healthStatus(Consumer<ContainerInstanceHealthStatus.Builder> healthStatus)
An object representing the health status of the container instance.
|
Copyright © 2023. All rights reserved.