Interface DescribeInstancesHealthResponse.Builder

    • Method Detail

      • instanceHealthList

        DescribeInstancesHealthResponse.Builder instanceHealthList​(Collection<SingleInstanceHealth> instanceHealthList)

        Detailed health information about each instance.

        The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

        Parameters:
        instanceHealthList - Detailed health information about each instance.

        The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceHealthList

        DescribeInstancesHealthResponse.Builder instanceHealthList​(SingleInstanceHealth... instanceHealthList)

        Detailed health information about each instance.

        The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

        Parameters:
        instanceHealthList - Detailed health information about each instance.

        The output differs slightly between Linux and Windows environments. There is a difference in the members that are supported under the <CPUUtilization> type.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refreshedAt

        DescribeInstancesHealthResponse.Builder refreshedAt​(Instant refreshedAt)

        The date and time that the health information was retrieved.

        Parameters:
        refreshedAt - The date and time that the health information was retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeInstancesHealthResponse.Builder nextToken​(String nextToken)

        Pagination token for the next page of results, if available.

        Parameters:
        nextToken - Pagination token for the next page of results, if available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.