Interface RequestImpactStatistics.Builder

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

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

    • faultCount

      RequestImpactStatistics.Builder faultCount(Long faultCount)

      The number of requests that have resulted in a fault,

      Parameters:
      faultCount - The number of requests that have resulted in a fault,
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • okCount

      The number of successful requests.

      Parameters:
      okCount - The number of successful requests.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalCount

      RequestImpactStatistics.Builder totalCount(Long totalCount)

      The total number of requests to the service.

      Parameters:
      totalCount - The total number of requests to the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.