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 method that creates an instance of theDelegation.Builder avoiding the need to create one
manually via Delegation.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #delegations(List.
delegations - a consumer that will call methods on
Delegation.Builder#delegations(java.util.Collection) 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.
BatchCreateDelegationByAssessmentError.Builder
avoiding the need to create one manually via
BatchCreateDelegationByAssessmentError.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
BatchCreateDelegationByAssessmentError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.