public static interface ContainerInstanceHealthStatus.Builder extends SdkPojo, CopyableBuilder<ContainerInstanceHealthStatus.Builder,ContainerInstanceHealthStatus>
| Modifier and Type | Method and Description |
|---|---|
ContainerInstanceHealthStatus.Builder |
details(Collection<InstanceHealthCheckResult> details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus.Builder |
details(Consumer<InstanceHealthCheckResult.Builder>... details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus.Builder |
details(InstanceHealthCheckResult... details)
An array of objects representing the details of the container instance health status.
|
ContainerInstanceHealthStatus.Builder |
overallStatus(InstanceHealthCheckState overallStatus)
The overall health status of the container instance.
|
ContainerInstanceHealthStatus.Builder |
overallStatus(String overallStatus)
The overall health status of the container instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerInstanceHealthStatus.Builder overallStatus(String overallStatus)
The overall health status of the container instance. This is an aggregate status of all container instance health checks.
overallStatus - The overall health status of the container instance. This is an aggregate status of all container
instance health checks.InstanceHealthCheckState,
InstanceHealthCheckStateContainerInstanceHealthStatus.Builder overallStatus(InstanceHealthCheckState overallStatus)
The overall health status of the container instance. This is an aggregate status of all container instance health checks.
overallStatus - The overall health status of the container instance. This is an aggregate status of all container
instance health checks.InstanceHealthCheckState,
InstanceHealthCheckStateContainerInstanceHealthStatus.Builder details(Collection<InstanceHealthCheckResult> details)
An array of objects representing the details of the container instance health status.
details - An array of objects representing the details of the container instance health status.ContainerInstanceHealthStatus.Builder details(InstanceHealthCheckResult... details)
An array of objects representing the details of the container instance health status.
details - An array of objects representing the details of the container instance health status.ContainerInstanceHealthStatus.Builder details(Consumer<InstanceHealthCheckResult.Builder>... details)
An array of objects representing the details of the container instance health status.
This is a convenience method that creates an instance of theInstanceHealthCheckResult.Builder avoiding the need to
create one manually via InstanceHealthCheckResult.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #details(List.
details - a consumer that will call methods on
InstanceHealthCheckResult.Builder#details(java.util.Collection) Copyright © 2023. All rights reserved.