Interface ErrorStatistics.Builder

    • Method Detail

      • throttleCount

        ErrorStatistics.Builder throttleCount​(Long throttleCount)

        The number of requests that failed with a 429 throttling status code.

        Parameters:
        throttleCount - The number of requests that failed with a 429 throttling status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • otherCount

        ErrorStatistics.Builder otherCount​(Long otherCount)

        The number of requests that failed with untracked 4xx Client Error status codes.

        Parameters:
        otherCount - The number of requests that failed with untracked 4xx Client Error status codes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCount

        ErrorStatistics.Builder totalCount​(Long totalCount)

        The total number of requests that failed with a 4xx Client Error status code.

        Parameters:
        totalCount - The total number of requests that failed with a 4xx Client Error status code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.