Interface InstanceHealthSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>,SdkBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>,SdkPojo
- Enclosing class:
- InstanceHealthSummary
public static interface InstanceHealthSummary.Builder extends SdkPojo, CopyableBuilder<InstanceHealthSummary.Builder,InstanceHealthSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceHealthSummary.Builderdegraded(Integer degraded)Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.InstanceHealthSummary.Builderinfo(Integer info)Green. An operation is in progress on an instance.InstanceHealthSummary.BuildernoData(Integer noData)Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.InstanceHealthSummary.Builderok(Integer ok)Green. An instance is passing health checks and the health agent is not reporting any problems.InstanceHealthSummary.Builderpending(Integer pending)Grey. An operation is in progress on an instance within the command timeout.InstanceHealthSummary.Buildersevere(Integer severe)Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.InstanceHealthSummary.Builderunknown(Integer unknown)Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.InstanceHealthSummary.Builderwarning(Integer warning)Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
noData
InstanceHealthSummary.Builder noData(Integer noData)
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
- Parameters:
noData- Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unknown
InstanceHealthSummary.Builder unknown(Integer unknown)
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
- Parameters:
unknown- Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pending
InstanceHealthSummary.Builder pending(Integer pending)
Grey. An operation is in progress on an instance within the command timeout.
- Parameters:
pending- Grey. An operation is in progress on an instance within the command timeout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ok
InstanceHealthSummary.Builder ok(Integer ok)
Green. An instance is passing health checks and the health agent is not reporting any problems.
- Parameters:
ok- Green. An instance is passing health checks and the health agent is not reporting any problems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
info
InstanceHealthSummary.Builder info(Integer info)
Green. An operation is in progress on an instance.
- Parameters:
info- Green. An operation is in progress on an instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warning
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.
- Parameters:
warning- Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
degraded
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.
- Parameters:
degraded- Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severe
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.
- Parameters:
severe- Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-