| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.builder() |
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.Builder.signatureAlgorithm(String signatureAlgorithm)
The signature algorithm used to code sign the assessment report file.
|
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.Builder.signatureDateTime(String signatureDateTime)
The date and time signature that specifies when the assessment report was created.
|
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.Builder.signatureKeyId(String signatureKeyId)
The unique identifier for the validation signature key.
|
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.Builder.signatureValid(Boolean signatureValid)
Specifies whether the signature key is valid.
|
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.toBuilder() |
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.Builder.validationErrors(Collection<String> validationErrors)
Represents any errors that occurred when validating the assessment report.
|
ValidateAssessmentReportIntegrityResponse.Builder |
ValidateAssessmentReportIntegrityResponse.Builder.validationErrors(String... validationErrors)
Represents any errors that occurred when validating the assessment report.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ValidateAssessmentReportIntegrityResponse.Builder> |
ValidateAssessmentReportIntegrityResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.