Interface BatchGetCollaborationAnalysisTemplateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<BatchGetCollaborationAnalysisTemplateResponse.Builder,
,BatchGetCollaborationAnalysisTemplateResponse> SdkBuilder<BatchGetCollaborationAnalysisTemplateResponse.Builder,
,BatchGetCollaborationAnalysisTemplateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetCollaborationAnalysisTemplateResponse
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationAnalysisTemplates
(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates) The retrieved list of analysis templates within a collaboration.collaborationAnalysisTemplates
(Consumer<CollaborationAnalysisTemplate.Builder>... collaborationAnalysisTemplates) The retrieved list of analysis templates within a collaboration.collaborationAnalysisTemplates
(CollaborationAnalysisTemplate... collaborationAnalysisTemplates) The retrieved list of analysis templates within a collaboration.Error reasons for collaboration analysis templates that could not be retrieved.Error reasons for collaboration analysis templates that could not be retrieved.errors
(BatchGetCollaborationAnalysisTemplateError... errors) Error reasons for collaboration analysis templates that could not be retrieved.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
collaborationAnalysisTemplates
BatchGetCollaborationAnalysisTemplateResponse.Builder collaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates) The retrieved list of analysis templates within a collaboration.
- Parameters:
collaborationAnalysisTemplates
- The retrieved list of analysis templates within a collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationAnalysisTemplates
BatchGetCollaborationAnalysisTemplateResponse.Builder collaborationAnalysisTemplates(CollaborationAnalysisTemplate... collaborationAnalysisTemplates) The retrieved list of analysis templates within a collaboration.
- Parameters:
collaborationAnalysisTemplates
- The retrieved list of analysis templates within a collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationAnalysisTemplates
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 viaCollaborationAnalysisTemplate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocollaborationAnalysisTemplates(List<CollaborationAnalysisTemplate>)
.- Parameters:
collaborationAnalysisTemplates
- a consumer that will call methods onCollaborationAnalysisTemplate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
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 viaBatchGetCollaborationAnalysisTemplateError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<BatchGetCollaborationAnalysisTemplateError>)
.- Parameters:
errors
- a consumer that will call methods onBatchGetCollaborationAnalysisTemplateError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-