public static interface BatchCreateDelegationByAssessmentResponse.Builder extends AuditManagerResponse.Builder, SdkPojo, CopyableBuilder<BatchCreateDelegationByAssessmentResponse.Builder,BatchCreateDelegationByAssessmentResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateDelegationByAssessmentResponse.Builder delegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
delegations - The delegations that are associated with the assessment.BatchCreateDelegationByAssessmentResponse.Builder delegations(Delegation... delegations)
The delegations that are associated with the assessment.
delegations - The delegations that are associated with the assessment.BatchCreateDelegationByAssessmentResponse.Builder delegations(Consumer<Delegation.Builder>... delegations)
The delegations that are associated with the assessment.
This is a convenience that creates an instance of theList.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 #delegations(List) .delegations - a consumer that will call methods on List.Builder #delegations(List) BatchCreateDelegationByAssessmentResponse.Builder errors(Collection<BatchCreateDelegationByAssessmentError> errors)
A list of errors that the BatchCreateDelegationByAssessment API returned.
errors - A list of errors that the BatchCreateDelegationByAssessment API returned.BatchCreateDelegationByAssessmentResponse.Builder errors(BatchCreateDelegationByAssessmentError... errors)
A list of errors that the BatchCreateDelegationByAssessment API returned.
errors - A list of errors that the BatchCreateDelegationByAssessment API returned.BatchCreateDelegationByAssessmentResponse.Builder errors(Consumer<BatchCreateDelegationByAssessmentError.Builder>... errors)
A list of errors that the BatchCreateDelegationByAssessment API returned.
.Builder avoiding the need to create one manually via #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.