Interface AssessmentValidation.Builder

  • Method Details

    • category

      The category of the validation test.

      Parameters:
      category - The category of the validation test.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the specific validation test performed within the category.

      Parameters:
      name - The name of the specific validation test performed within the category.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The result status of the validation test. Valid values include SUCCESS, FAILED, PENDING, and IN_PROGRESS.

      Parameters:
      status - The result status of the validation test. Valid values include SUCCESS, FAILED, PENDING, and IN_PROGRESS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      AssessmentValidation.Builder statusCode(String statusCode)

      A detailed status code providing additional information about the validation result.

      Parameters:
      statusCode - A detailed status code providing additional information about the validation result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReason

      AssessmentValidation.Builder statusReason(String statusReason)

      A human-readable description of the validation result, including any error details or recommendations.

      Parameters:
      statusReason - A human-readable description of the validation result, including any error details or recommendations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      AssessmentValidation.Builder startTime(Instant startTime)

      The date and time when the validation test was started.

      Parameters:
      startTime - The date and time when the validation test was started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdateDateTime

      AssessmentValidation.Builder lastUpdateDateTime(Instant lastUpdateDateTime)

      The date and time when the validation test was completed or last updated.

      Parameters:
      lastUpdateDateTime - The date and time when the validation test was completed or last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.