public static interface InstanceHealthSummary.Builder extends SdkPojo, CopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>
Modifier and Type | Method and Description |
---|---|
InstanceHealthSummary.Builder |
degraded(Integer degraded)
Red. The health agent is reporting a high number of request failures or other issues for an instance
or environment.
|
InstanceHealthSummary.Builder |
info(Integer info)
Green. An operation is in progress on an instance.
|
InstanceHealthSummary.Builder |
noData(Integer noData)
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
|
InstanceHealthSummary.Builder |
ok(Integer ok)
Green. An instance is passing health checks and the health agent is not reporting any problems.
|
InstanceHealthSummary.Builder |
pending(Integer pending)
Grey. An operation is in progress on an instance within the command timeout.
|
InstanceHealthSummary.Builder |
severe(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 |
unknown(Integer unknown)
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an
instance.
|
InstanceHealthSummary.Builder |
warning(Integer warning)
Yellow. The health agent is reporting a moderate number of request failures or other issues for an
instance or environment.
|
copy
applyMutation, build
InstanceHealthSummary.Builder noData(Integer noData)
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
noData
- Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.InstanceHealthSummary.Builder unknown(Integer unknown)
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
unknown
- Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data
on an instance.InstanceHealthSummary.Builder pending(Integer pending)
Grey. An operation is in progress on an instance within the command timeout.
pending
- Grey. An operation is in progress on an instance within the command timeout.InstanceHealthSummary.Builder ok(Integer ok)
Green. An instance is passing health checks and the health agent is not reporting any problems.
ok
- Green. An instance is passing health checks and the health agent is not reporting any problems.InstanceHealthSummary.Builder info(Integer info)
Green. An operation is in progress on an instance.
info
- Green. An operation is in progress on an instance.InstanceHealthSummary.Builder warning(Integer warning)
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
warning
- Yellow. The health agent is reporting a moderate number of request failures or other issues for
an instance or environment.InstanceHealthSummary.Builder degraded(Integer degraded)
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
degraded
- Red. The health agent is reporting a high number of request failures or other issues for an
instance or environment.InstanceHealthSummary.Builder severe(Integer severe)
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
severe
- Red. The health agent is reporting a very high number of request failures or other issues for
an instance or environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.