| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.clone() |
CollaborationAnalysisTemplate |
GetCollaborationAnalysisTemplateResult.getCollaborationAnalysisTemplate()
The analysis template within a collaboration.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withAnalysisParameters(AnalysisParameter... analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withAnalysisParameters(Collection<AnalysisParameter> analysisParameters)
The analysis parameters that have been specified in the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withArn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withCollaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withCollaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withCreateTime(Date createTime)
The time that the analysis template within a collaboration was created.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withCreatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withDescription(String description)
The description of the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withFormat(AnalysisFormat format)
The format of the analysis template in the collaboration.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withFormat(String format)
The format of the analysis template in the collaboration.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withId(String id)
The identifier of the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withName(String name)
The name of the analysis template.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withSchema(AnalysisSchema schema)
The entire schema object.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withSource(AnalysisSource source)
The source of the analysis template within a collaboration.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withUpdateTime(Date updateTime)
The time that the analysis template in the collaboration was last updated.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withValidations(AnalysisTemplateValidationStatusDetail... validations)
The validations that were performed.
|
CollaborationAnalysisTemplate |
CollaborationAnalysisTemplate.withValidations(Collection<AnalysisTemplateValidationStatusDetail> validations)
The validations that were performed.
|
| Modifier and Type | Method and Description |
|---|---|
List<CollaborationAnalysisTemplate> |
BatchGetCollaborationAnalysisTemplateResult.getCollaborationAnalysisTemplates()
The retrieved list of analysis templates within a collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCollaborationAnalysisTemplateResult.setCollaborationAnalysisTemplate(CollaborationAnalysisTemplate collaborationAnalysisTemplate)
The analysis template within a collaboration.
|
GetCollaborationAnalysisTemplateResult |
GetCollaborationAnalysisTemplateResult.withCollaborationAnalysisTemplate(CollaborationAnalysisTemplate collaborationAnalysisTemplate)
The analysis template within a collaboration.
|
BatchGetCollaborationAnalysisTemplateResult |
BatchGetCollaborationAnalysisTemplateResult.withCollaborationAnalysisTemplates(CollaborationAnalysisTemplate... collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetCollaborationAnalysisTemplateResult.setCollaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
|
BatchGetCollaborationAnalysisTemplateResult |
BatchGetCollaborationAnalysisTemplateResult.withCollaborationAnalysisTemplates(Collection<CollaborationAnalysisTemplate> collaborationAnalysisTemplates)
The retrieved list of analysis templates within a collaboration.
|
Copyright © 2024. All rights reserved.