Interface ValidateAssessmentReportIntegrityResponse.Builder
- All Superinterfaces:
AuditManagerResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ValidateAssessmentReportIntegrityResponse.Builder,
,ValidateAssessmentReportIntegrityResponse> SdkBuilder<ValidateAssessmentReportIntegrityResponse.Builder,
,ValidateAssessmentReportIntegrityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ValidateAssessmentReportIntegrityResponse
public static interface ValidateAssessmentReportIntegrityResponse.Builder
extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<ValidateAssessmentReportIntegrityResponse.Builder,ValidateAssessmentReportIntegrityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsignatureAlgorithm
(String signatureAlgorithm) The signature algorithm that's used to code sign the assessment report file.signatureDateTime
(String signatureDateTime) The date and time signature that specifies when the assessment report was created.signatureKeyId
(String signatureKeyId) The unique identifier for the validation signature key.signatureValid
(Boolean signatureValid) Specifies whether the signature key is valid.validationErrors
(String... validationErrors) Represents any errors that occurred when validating the assessment report.validationErrors
(Collection<String> validationErrors) Represents any errors that occurred when validating the assessment report.Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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
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
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.
-