Interface CollaborationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>,SdkBuilder<CollaborationSummary.Builder,CollaborationSummary>,SdkPojo
- Enclosing class:
- CollaborationSummary
public static interface CollaborationSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollaborationSummary.Builderarn(String arn)The ARN of the collaboration.CollaborationSummary.BuildercreateTime(Instant createTime)The time when the collaboration was created.CollaborationSummary.BuildercreatorAccountId(String creatorAccountId)The identifier used to reference members of the collaboration.CollaborationSummary.BuildercreatorDisplayName(String creatorDisplayName)The display name of the collaboration creator.CollaborationSummary.Builderid(String id)The identifier for the collaboration.CollaborationSummary.BuildermembershipArn(String membershipArn)The ARN of a member in a collaboration.CollaborationSummary.BuildermembershipId(String membershipId)The identifier of a member in a collaboration.CollaborationSummary.BuildermemberStatus(String memberStatus)The status of a member in a collaboration.CollaborationSummary.BuildermemberStatus(MemberStatus memberStatus)The status of a member in a collaboration.CollaborationSummary.Buildername(String name)A human-readable identifier provided by the collaboration owner.CollaborationSummary.BuilderupdateTime(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, sdkFields
-
-
-
-
Method Detail
-
id
CollaborationSummary.Builder id(String 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
CollaborationSummary.Builder arn(String 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
CollaborationSummary.Builder name(String 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
CollaborationSummary.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.
-
creatorDisplayName
CollaborationSummary.Builder creatorDisplayName(String 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
CollaborationSummary.Builder createTime(Instant 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
CollaborationSummary.Builder updateTime(Instant 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
CollaborationSummary.Builder memberStatus(String 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,MemberStatus
-
memberStatus
CollaborationSummary.Builder memberStatus(MemberStatus 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,MemberStatus
-
membershipId
CollaborationSummary.Builder membershipId(String 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
CollaborationSummary.Builder membershipArn(String 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.
-
-