Interface BackendConnectionErrors.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>, SdkBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>, SdkPojo
Enclosing class:
BackendConnectionErrors

public static interface BackendConnectionErrors.Builder extends SdkPojo, CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
  • Method Details

    • timeoutCount

      BackendConnectionErrors.Builder timeoutCount(Integer timeoutCount)

      Parameters:
      timeoutCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionRefusedCount

      BackendConnectionErrors.Builder connectionRefusedCount(Integer connectionRefusedCount)

      Parameters:
      connectionRefusedCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • httpCode4XXCount

      BackendConnectionErrors.Builder httpCode4XXCount(Integer httpCode4XXCount)

      Parameters:
      httpCode4XXCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • httpCode5XXCount

      BackendConnectionErrors.Builder httpCode5XXCount(Integer httpCode5XXCount)

      Parameters:
      httpCode5XXCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unknownHostCount

      BackendConnectionErrors.Builder unknownHostCount(Integer unknownHostCount)

      Parameters:
      unknownHostCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • otherCount

      BackendConnectionErrors.Builder otherCount(Integer otherCount)

      Parameters:
      otherCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.