public static interface ValidateAssessmentReportIntegrityResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ValidateAssessmentReportIntegrityResponse.Builder,ValidateAssessmentReportIntegrityResponse>
| Modifier and Type | Method and Description |
|---|---|
ValidateAssessmentReportIntegrityResponse.Builder |
signatureAlgorithm(String signatureAlgorithm)
The signature algorithm used to code sign the assessment report file.
|
ValidateAssessmentReportIntegrityResponse.Builder |
signatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
|
ValidateAssessmentReportIntegrityResponse.Builder |
signatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
|
ValidateAssessmentReportIntegrityResponse.Builder |
signatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
|
ValidateAssessmentReportIntegrityResponse.Builder |
validationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
|
ValidateAssessmentReportIntegrityResponse.Builder |
validationErrors(String... validationErrors)
Represents any errors that occurred when validating the assessment report.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildValidateAssessmentReportIntegrityResponse.Builder signatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
signatureValid - Specifies whether the signature key is valid.ValidateAssessmentReportIntegrityResponse.Builder signatureAlgorithm(String signatureAlgorithm)
The signature algorithm used to code sign the assessment report file.
signatureAlgorithm - The signature algorithm used to code sign the assessment report file.ValidateAssessmentReportIntegrityResponse.Builder signatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
signatureDateTime - The date and time signature that specifies when the assessment report was created.ValidateAssessmentReportIntegrityResponse.Builder signatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
signatureKeyId - The unique identifier for the validation signature key.ValidateAssessmentReportIntegrityResponse.Builder validationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
validationErrors - Represents any errors that occurred when validating the assessment report.ValidateAssessmentReportIntegrityResponse.Builder validationErrors(String... validationErrors)
Represents any errors that occurred when validating the assessment report.
validationErrors - Represents any errors that occurred when validating the assessment report.Copyright © 2021. All rights reserved.