Interface ValidateAssessmentReportIntegrityResponse.Builder

    • Method Detail

      • signatureValid

        ValidateAssessmentReportIntegrityResponse.Builder signatureValid​(Boolean signatureValid)

        Specifies whether the signature key is valid.

        Parameters:
        signatureValid - Specifies whether the signature key is valid.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signatureAlgorithm

        ValidateAssessmentReportIntegrityResponse.Builder signatureAlgorithm​(String signatureAlgorithm)

        The signature algorithm that's used to code sign the assessment report file.

        Parameters:
        signatureAlgorithm - The signature algorithm that's used to code sign the assessment report file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signatureDateTime

        ValidateAssessmentReportIntegrityResponse.Builder signatureDateTime​(String signatureDateTime)

        The date and time signature that specifies when the assessment report was created.

        Parameters:
        signatureDateTime - The date and time signature that specifies when the assessment report was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signatureKeyId

        ValidateAssessmentReportIntegrityResponse.Builder signatureKeyId​(String signatureKeyId)

        The unique identifier for the validation signature key.

        Parameters:
        signatureKeyId - The unique identifier for the validation signature key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationErrors

        ValidateAssessmentReportIntegrityResponse.Builder validationErrors​(Collection<String> validationErrors)

        Represents any errors that occurred when validating the assessment report.

        Parameters:
        validationErrors - Represents any errors that occurred when validating the assessment report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • validationErrors

        ValidateAssessmentReportIntegrityResponse.Builder validationErrors​(String... validationErrors)

        Represents any errors that occurred when validating the assessment report.

        Parameters:
        validationErrors - Represents any errors that occurred when validating the assessment report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.