Interface CollaborationAnalysisTemplateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>,SdkBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>,SdkPojo
- Enclosing class:
- CollaborationAnalysisTemplateSummary
public static interface CollaborationAnalysisTemplateSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationAnalysisTemplateSummary.Builder,CollaborationAnalysisTemplateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationAnalysisTemplateSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the analysis template.CollaborationAnalysisTemplateSummary.BuildercollaborationArn(String collaborationArn)The unique ARN for the analysis template’s associated collaboration.CollaborationAnalysisTemplateSummary.BuildercollaborationId(String collaborationId)A unique identifier for the collaboration that the analysis templates belong to.CollaborationAnalysisTemplateSummary.BuildercreateTime(Instant createTime)The time that the summary of the analysis template in a collaboration was created.CollaborationAnalysisTemplateSummary.BuildercreatorAccountId(String creatorAccountId)The identifier used to reference members of the collaboration.CollaborationAnalysisTemplateSummary.Builderdescription(String description)The description of the analysis template.CollaborationAnalysisTemplateSummary.Builderid(String id)The identifier of the analysis template.CollaborationAnalysisTemplateSummary.Buildername(String name)The name of the analysis template.CollaborationAnalysisTemplateSummary.BuilderupdateTime(Instant updateTime)The time that the summary of the analysis template in the collaboration 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
CollaborationAnalysisTemplateSummary.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
CollaborationAnalysisTemplateSummary.Builder createTime(Instant createTime)
The time that the summary of the analysis template in a collaboration was created.
- Parameters:
createTime- The time that the summary of the analysis template in a collaboration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CollaborationAnalysisTemplateSummary.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
CollaborationAnalysisTemplateSummary.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
CollaborationAnalysisTemplateSummary.Builder updateTime(Instant updateTime)
The time that the summary of the analysis template in the collaboration was last updated.
- Parameters:
updateTime- The time that the summary of the analysis template in the collaboration was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationArn
CollaborationAnalysisTemplateSummary.Builder collaborationArn(String collaborationArn)
The unique ARN for the analysis template’s associated collaboration.
- Parameters:
collaborationArn- The unique ARN for the analysis template’s associated collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
collaborationId
CollaborationAnalysisTemplateSummary.Builder collaborationId(String collaborationId)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
- Parameters:
collaborationId- A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creatorAccountId
CollaborationAnalysisTemplateSummary.Builder creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
- Parameters:
creatorAccountId- The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CollaborationAnalysisTemplateSummary.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.
-
-