public static interface BatchGetCollaborationAnalysisTemplateResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<BatchGetCollaborationAnalysisTemplateResponse.Builder,BatchGetCollaborationAnalysisTemplateResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCollaborationAnalysisTemplateResponse.Builder collaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
collaborationAnalysisTemplates - The retrieved list of analysis templates within a collaboration.BatchGetCollaborationAnalysisTemplateResponse.Builder collaborationAnalysisTemplates(CollaborationAnalysisTemplate... collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
collaborationAnalysisTemplates - The retrieved list of analysis templates within a collaboration.BatchGetCollaborationAnalysisTemplateResponse.Builder collaborationAnalysisTemplates(Consumer<CollaborationAnalysisTemplate.Builder>... collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
This is a convenience method that creates an instance of theCollaborationAnalysisTemplate.Builder avoiding the
need to create one manually via
CollaborationAnalysisTemplate.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #collaborationAnalysisTemplates(List.
collaborationAnalysisTemplates - a consumer that will call methods on
CollaborationAnalysisTemplate.Builder#collaborationAnalysisTemplates(java.util.Collection) BatchGetCollaborationAnalysisTemplateResponse.Builder errors(Collection<BatchGetCollaborationAnalysisTemplateError> errors)
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
errors - Error reasons for collaboration analysis templates that could not be retrieved. One error is returned
for every collaboration analysis template that could not be retrieved.BatchGetCollaborationAnalysisTemplateResponse.Builder errors(BatchGetCollaborationAnalysisTemplateError... errors)
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
errors - Error reasons for collaboration analysis templates that could not be retrieved. One error is returned
for every collaboration analysis template that could not be retrieved.BatchGetCollaborationAnalysisTemplateResponse.Builder errors(Consumer<BatchGetCollaborationAnalysisTemplateError.Builder>... errors)
Error reasons for collaboration analysis templates that could not be retrieved. One error is returned for every collaboration analysis template that could not be retrieved.
This is a convenience method that creates an instance of theBatchGetCollaborationAnalysisTemplateError.Builder
avoiding the need to create one manually via
BatchGetCollaborationAnalysisTemplateError.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
BatchGetCollaborationAnalysisTemplateError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.