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 returned by the
BatchDisassociateAssessmentReportEvidence API. |
BatchDisassociateAssessmentReportEvidenceResponse.Builder |
errors(Collection<AssessmentReportEvidenceError> errors)
A list of errors returned by the
BatchDisassociateAssessmentReportEvidence API. |
BatchDisassociateAssessmentReportEvidenceResponse.Builder |
errors(Consumer<AssessmentReportEvidenceError.Builder>... errors)
A list of errors returned by the
BatchDisassociateAssessmentReportEvidence API. |
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 returned by the BatchDisassociateAssessmentReportEvidence API.
errors - A list of errors returned by the BatchDisassociateAssessmentReportEvidence API.BatchDisassociateAssessmentReportEvidenceResponse.Builder errors(AssessmentReportEvidenceError... errors)
A list of errors returned by the BatchDisassociateAssessmentReportEvidence API.
errors - A list of errors returned by the BatchDisassociateAssessmentReportEvidence API.BatchDisassociateAssessmentReportEvidenceResponse.Builder errors(Consumer<AssessmentReportEvidenceError.Builder>... errors)
A list of errors returned by the BatchDisassociateAssessmentReportEvidence API.
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 © 2021. All rights reserved.