Interface ValidateAssessmentReportIntegrityResponse.Builder

All Superinterfaces:
AuditManagerResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<ValidateAssessmentReportIntegrityResponse.Builder,ValidateAssessmentReportIntegrityResponse>, SdkBuilder<ValidateAssessmentReportIntegrityResponse.Builder,ValidateAssessmentReportIntegrityResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ValidateAssessmentReportIntegrityResponse

  • Method Details

    • 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

      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

      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.