Interface StatusCounts.Builder

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

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

    • failed

      StatusCounts.Builder failed(Integer failed)

      The number of checks that failed.

      Parameters:
      failed - The number of checks that failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passed

      StatusCounts.Builder passed(Integer passed)

      The number of checks that passed.

      Parameters:
      passed - The number of checks that passed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • skipped

      StatusCounts.Builder skipped(Integer skipped)

      The number of checks that were skipped.

      Parameters:
      skipped - The number of checks that were skipped.
      Returns:
      Returns a reference to this object so that method calls can be chained together.