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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #details(List) .details - a consumer that will call methods on List.Builder #details(List) Copyright © 2021. All rights reserved.