public static interface CollaborationAnalysisTemplateSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
CollaborationAnalysisTemplateSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
CollaborationAnalysisTemplateSummary.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
|
CollaborationAnalysisTemplateSummary.Builder |
collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to.
|
CollaborationAnalysisTemplateSummary.Builder |
createTime(Instant createTime)
The time that the summary of the analysis template in a collaboration was created.
|
CollaborationAnalysisTemplateSummary.Builder |
creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
CollaborationAnalysisTemplateSummary.Builder |
description(String description)
The description of the analysis template.
|
CollaborationAnalysisTemplateSummary.Builder |
id(String id)
The identifier of the analysis template.
|
CollaborationAnalysisTemplateSummary.Builder |
name(String name)
The name of the analysis template.
|
CollaborationAnalysisTemplateSummary.Builder |
updateTime(Instant updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollaborationAnalysisTemplateSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn - The Amazon Resource Name (ARN) of the analysis template.CollaborationAnalysisTemplateSummary.Builder createTime(Instant createTime)
The time that the summary of the analysis template in a collaboration was created.
createTime - The time that the summary of the analysis template in a collaboration was created.CollaborationAnalysisTemplateSummary.Builder id(String id)
The identifier of the analysis template.
id - The identifier of the analysis template.CollaborationAnalysisTemplateSummary.Builder name(String name)
The name of the analysis template.
name - The name of the analysis template.CollaborationAnalysisTemplateSummary.Builder updateTime(Instant updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
updateTime - The time that the summary of the analysis template in the collaboration was last updated.CollaborationAnalysisTemplateSummary.Builder collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
collaborationArn - The unique ARN for the analysis template’s associated collaboration.CollaborationAnalysisTemplateSummary.Builder collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationId - A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
collaboration ID.CollaborationAnalysisTemplateSummary.Builder creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
creatorAccountId - The identifier used to reference members of the collaboration. Currently only supports Amazon Web
Services account ID.CollaborationAnalysisTemplateSummary.Builder description(String description)
The description of the analysis template.
description - The description of the analysis template.Copyright © 2023. All rights reserved.