Interface InstanceHealthSummary.Builder

    • 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.