Interface CollaborationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CollaborationSummary.Builder,
,CollaborationSummary> SdkBuilder<CollaborationSummary.Builder,
,CollaborationSummary> SdkPojo
- Enclosing class:
CollaborationSummary
@Mutable
@NotThreadSafe
public static interface CollaborationSummary.Builder
extends SdkPojo, CopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionanalyticsEngine
(String analyticsEngine) The analytics engine.analyticsEngine
(AnalyticsEngine analyticsEngine) The analytics engine.The ARN of the collaboration.createTime
(Instant createTime) The time when the collaboration was created.creatorAccountId
(String creatorAccountId) The identifier used to reference members of the collaboration.creatorDisplayName
(String creatorDisplayName) The display name of the collaboration creator.The identifier for the collaboration.membershipArn
(String membershipArn) The ARN of a member in a collaboration.membershipId
(String membershipId) The identifier of a member in a collaboration.memberStatus
(String memberStatus) The status of a member in a collaboration.memberStatus
(MemberStatus memberStatus) The status of a member in a collaboration.A human-readable identifier provided by the collaboration owner.updateTime
(Instant updateTime) The time the collaboration metadata 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, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The identifier for the collaboration.
- Parameters:
id
- The identifier for the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the collaboration.
- Parameters:
arn
- The ARN of the collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A human-readable identifier provided by the collaboration owner. Display names are not unique.
- Parameters:
name
- A human-readable identifier provided by the collaboration owner. Display names are not unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
creatorDisplayName
The display name of the collaboration creator.
- Parameters:
creatorDisplayName
- The display name of the collaboration creator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time when the collaboration was created.
- Parameters:
createTime
- The time when the collaboration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The time the collaboration metadata was last updated.
- Parameters:
updateTime
- The time the collaboration metadata was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberStatus
The status of a member in a collaboration.
- Parameters:
memberStatus
- The status of a member in a collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
memberStatus
The status of a member in a collaboration.
- Parameters:
memberStatus
- The status of a member in a collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
membershipId
The identifier of a member in a collaboration.
- Parameters:
membershipId
- The identifier of a member in a collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
The ARN of a member in a collaboration.
- Parameters:
membershipArn
- The ARN of a member in a collaboration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyticsEngine
The analytics engine.
- Parameters:
analyticsEngine
- The analytics engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analyticsEngine
The analytics engine.
- Parameters:
analyticsEngine
- The analytics engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-