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