@Generated(value="software.amazon.awssdk:codegen") public final class InstanceHealthSummary extends Object implements ToCopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>
Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.
Modifier and Type | Class and Description |
---|---|
static interface |
InstanceHealthSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static InstanceHealthSummary.Builder |
builder() |
Integer |
degraded()
Red. The health agent is reporting a high number of request failures or other issues for an instance or
environment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
info()
Green. An operation is in progress on an instance.
|
Integer |
noData()
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
|
Integer |
ok()
Green. An instance is passing health checks and the health agent is not reporting any problems.
|
Integer |
pending()
Grey. An operation is in progress on an instance within the command timeout.
|
static Class<? extends InstanceHealthSummary.Builder> |
serializableBuilderClass() |
Integer |
severe()
Red. The health agent is reporting a very high number of request failures or other issues for an instance
or environment.
|
InstanceHealthSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
unknown()
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an
instance.
|
Integer |
warning()
Yellow. The health agent is reporting a moderate number of request failures or other issues for an
instance or environment.
|
copy
public Integer noData()
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
public Integer unknown()
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
public Integer pending()
Grey. An operation is in progress on an instance within the command timeout.
public Integer ok()
Green. An instance is passing health checks and the health agent is not reporting any problems.
public Integer info()
Green. An operation is in progress on an instance.
public Integer warning()
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
public Integer degraded()
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
public Integer severe()
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
public InstanceHealthSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>
public static InstanceHealthSummary.Builder builder()
public static Class<? extends InstanceHealthSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.