public static interface BatchAssociateAssessmentReportEvidenceResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<BatchAssociateAssessmentReportEvidenceResponse.Builder,BatchAssociateAssessmentReportEvidenceResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateAssessmentReportEvidenceResponse.Builder |
errors(AssessmentReportEvidenceError... errors)
A list of errors that the
BatchAssociateAssessmentReportEvidence API returned. |
BatchAssociateAssessmentReportEvidenceResponse.Builder |
errors(Collection<AssessmentReportEvidenceError> errors)
A list of errors that the
BatchAssociateAssessmentReportEvidence API returned. |
BatchAssociateAssessmentReportEvidenceResponse.Builder |
errors(Consumer<AssessmentReportEvidenceError.Builder>... errors)
A list of errors that the
BatchAssociateAssessmentReportEvidence API returned. |
BatchAssociateAssessmentReportEvidenceResponse.Builder |
evidenceIds(Collection<String> evidenceIds)
The list of evidence identifiers.
|
BatchAssociateAssessmentReportEvidenceResponse.Builder |
evidenceIds(String... evidenceIds)
The list of evidence identifiers.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateAssessmentReportEvidenceResponse.Builder evidenceIds(Collection<String> evidenceIds)
The list of evidence identifiers.
evidenceIds - The list of evidence identifiers.BatchAssociateAssessmentReportEvidenceResponse.Builder evidenceIds(String... evidenceIds)
The list of evidence identifiers.
evidenceIds - The list of evidence identifiers.BatchAssociateAssessmentReportEvidenceResponse.Builder errors(Collection<AssessmentReportEvidenceError> errors)
A list of errors that the BatchAssociateAssessmentReportEvidence API returned.
errors - A list of errors that the BatchAssociateAssessmentReportEvidence API returned.BatchAssociateAssessmentReportEvidenceResponse.Builder errors(AssessmentReportEvidenceError... errors)
A list of errors that the BatchAssociateAssessmentReportEvidence API returned.
errors - A list of errors that the BatchAssociateAssessmentReportEvidence API returned.BatchAssociateAssessmentReportEvidenceResponse.Builder errors(Consumer<AssessmentReportEvidenceError.Builder>... errors)
A list of errors that the BatchAssociateAssessmentReportEvidence API returned.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.