Interface AnalysisTemplateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>,SdkBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>,SdkPojo
- Enclosing class:
- AnalysisTemplateSummary
public static interface AnalysisTemplateSummary.Builder extends SdkPojo, CopyableBuilder<AnalysisTemplateSummary.Builder,AnalysisTemplateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisTemplateSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the analysis template.AnalysisTemplateSummary.BuildercollaborationArn(String collaborationArn)The unique ARN for the analysis template summary’s associated collaboration.AnalysisTemplateSummary.BuildercollaborationId(String collaborationId)A unique identifier for the collaboration that the analysis template summary belongs to.AnalysisTemplateSummary.BuildercreateTime(Instant createTime)The time that the analysis template summary was created.AnalysisTemplateSummary.Builderdescription(String description)The description of the analysis template.AnalysisTemplateSummary.Builderid(String id)The identifier of the analysis template.AnalysisTemplateSummary.BuildermembershipArn(String membershipArn)The Amazon Resource Name (ARN) of the member who created the analysis template.AnalysisTemplateSummary.BuildermembershipId(String membershipId)The identifier for a membership resource.AnalysisTemplateSummary.Buildername(String name)The name of the analysis template.AnalysisTemplateSummary.BuilderupdateTime(Instant updateTime)The time that the analysis template summary was last updated.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
AnalysisTemplateSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the analysis template.
- Parameters:
arn- The Amazon Resource Name (ARN) of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
AnalysisTemplateSummary.Builder createTime(Instant createTime)
The time that the analysis template summary was created.
- Parameters:
createTime- The time that the analysis template summary was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
AnalysisTemplateSummary.Builder id(String id)
The identifier of the analysis template.
- Parameters:
id- The identifier of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
AnalysisTemplateSummary.Builder name(String name)
The name of the analysis template.
- Parameters:
name- The name of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
AnalysisTemplateSummary.Builder updateTime(Instant updateTime)
The time that the analysis template summary was last updated.
- Parameters:
updateTime- The time that the analysis template summary was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
AnalysisTemplateSummary.Builder membershipArn(String membershipArn)
The Amazon Resource Name (ARN) of the member who created the analysis template.
- Parameters:
membershipArn- The Amazon Resource Name (ARN) of the member who created the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
AnalysisTemplateSummary.Builder membershipId(String membershipId)
The identifier for a membership resource.
- Parameters:
membershipId- The identifier for a membership resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
AnalysisTemplateSummary.Builder collaborationArn(String collaborationArn)
The unique ARN for the analysis template summary’s associated collaboration.
- Parameters:
collaborationArn- The unique ARN for the analysis template summary’s associated collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
AnalysisTemplateSummary.Builder collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.
- Parameters:
collaborationId- A unique identifier for the collaboration that the analysis template summary belongs to. Currently accepts collaboration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
AnalysisTemplateSummary.Builder description(String description)
The description of the analysis template.
- Parameters:
description- The description of the analysis template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-