public static interface AnalysisTemplateSummary.Builder extends SdkPojo, CopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>
| Modifier and Type | Method and Description |
|---|---|
AnalysisTemplateSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
|
AnalysisTemplateSummary.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the analysis template summary’s associated collaboration.
|
AnalysisTemplateSummary.Builder |
collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis template summary belongs to.
|
AnalysisTemplateSummary.Builder |
createTime(Instant createTime)
The time that the analysis template summary was created.
|
AnalysisTemplateSummary.Builder |
description(String description)
The description of the analysis template.
|
AnalysisTemplateSummary.Builder |
id(String id)
The identifier of the analysis template.
|
AnalysisTemplateSummary.Builder |
membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the analysis template.
|
AnalysisTemplateSummary.Builder |
membershipId(String membershipId)
The identifier for a membership resource.
|
AnalysisTemplateSummary.Builder |
name(String name)
The name of the analysis template.
|
AnalysisTemplateSummary.Builder |
updateTime(Instant updateTime)
The time that the analysis template summary was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisTemplateSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
arn - The Amazon Resource Name (ARN) of the analysis template.AnalysisTemplateSummary.Builder createTime(Instant createTime)
The time that the analysis template summary was created.
createTime - The time that the analysis template summary was created.AnalysisTemplateSummary.Builder id(String id)
The identifier of the analysis template.
id - The identifier of the analysis template.AnalysisTemplateSummary.Builder name(String name)
The name of the analysis template.
name - The name of the analysis template.AnalysisTemplateSummary.Builder updateTime(Instant updateTime)
The time that the analysis template summary was last updated.
updateTime - The time that the analysis template summary was last updated.AnalysisTemplateSummary.Builder membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the analysis template.
membershipArn - The Amazon Resource Name (ARN) of the member who created the analysis template.AnalysisTemplateSummary.Builder membershipId(String membershipId)
The identifier for a membership resource.
membershipId - The identifier for a membership resource.AnalysisTemplateSummary.Builder collaborationArn(String collaborationArn)
The unique ARN for the analysis template summary’s associated collaboration.
collaborationArn - The unique ARN for the analysis template summary’s associated collaboration.AnalysisTemplateSummary.Builder collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
collaborationId - A unique identifier for the collaboration that the analysis template summary belongs to. Currently
accepts collaboration ID.AnalysisTemplateSummary.Builder description(String description)
The description of the analysis template.
description - The description of the analysis template.Copyright © 2023. All rights reserved.