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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValidateAssessmentReportIntegrityResponse.BuildersignatureAlgorithm(String signatureAlgorithm)The signature algorithm that's used to code sign the assessment report file.ValidateAssessmentReportIntegrityResponse.BuildersignatureDateTime(String signatureDateTime)The date and time signature that specifies when the assessment report was created.ValidateAssessmentReportIntegrityResponse.BuildersignatureKeyId(String signatureKeyId)The unique identifier for the validation signature key.ValidateAssessmentReportIntegrityResponse.BuildersignatureValid(Boolean signatureValid)Specifies whether the signature key is valid.ValidateAssessmentReportIntegrityResponse.BuildervalidationErrors(String... validationErrors)Represents any errors that occurred when validating the assessment report.ValidateAssessmentReportIntegrityResponse.BuildervalidationErrors(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 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.
-
-