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 Details

    • 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

      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

      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

      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

      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

      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

      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

      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.