Interface ConformancePackComplianceScore.Builder

  • Method Details

    • score

      Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.

      Parameters:
      score - Compliance score for the conformance pack. Conformance packs with no evaluation results will have a compliance score of INSUFFICIENT_DATA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conformancePackName

      ConformancePackComplianceScore.Builder conformancePackName(String conformancePackName)

      The name of the conformance pack.

      Parameters:
      conformancePackName - The name of the conformance pack.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      ConformancePackComplianceScore.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The time that the conformance pack compliance score was last updated.

      Parameters:
      lastUpdatedTime - The time that the conformance pack compliance score was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.