Interface DataCollectionDetails.Builder

  • Method Details

    • completionTime

      DataCollectionDetails.Builder completionTime(Instant completionTime)

      The time the assessment completes.

      Parameters:
      completionTime - The time the assessment completes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failed

      The number of failed servers in the assessment.

      Parameters:
      failed - The number of failed servers in the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inProgress

      DataCollectionDetails.Builder inProgress(Integer inProgress)

      The number of servers with the assessment status IN_PROGESS.

      Parameters:
      inProgress - The number of servers with the assessment status IN_PROGESS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • servers

      The total number of servers in the assessment.

      Parameters:
      servers - The total number of servers in the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      DataCollectionDetails.Builder startTime(Instant startTime)

      The start time of assessment.

      Parameters:
      startTime - The start time of assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the assessment.

      Parameters:
      status - The status of the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the assessment.

      Parameters:
      status - The status of the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      DataCollectionDetails.Builder statusMessage(String statusMessage)

      The status message of the assessment.

      Parameters:
      statusMessage - The status message of the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • success

      The number of successful servers in the assessment.

      Parameters:
      success - The number of successful servers in the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.