public static interface CollaborationSummary.Builder extends SdkPojo, CopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
| Modifier and Type | Method and Description |
|---|---|
CollaborationSummary.Builder |
arn(String arn)
The ARN of the collaboration.
|
CollaborationSummary.Builder |
createTime(Instant createTime)
The time when the collaboration was created.
|
CollaborationSummary.Builder |
creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration.
|
CollaborationSummary.Builder |
creatorDisplayName(String creatorDisplayName)
The display name of the collaboration creator.
|
CollaborationSummary.Builder |
id(String id)
The identifier for the collaboration.
|
CollaborationSummary.Builder |
membershipArn(String membershipArn)
The ARN of a member in a collaboration.
|
CollaborationSummary.Builder |
membershipId(String membershipId)
The identifier of a member in a collaboration.
|
CollaborationSummary.Builder |
memberStatus(MemberStatus memberStatus)
The status of a member in a collaboration.
|
CollaborationSummary.Builder |
memberStatus(String memberStatus)
The status of a member in a collaboration.
|
CollaborationSummary.Builder |
name(String name)
A human-readable identifier provided by the collaboration owner.
|
CollaborationSummary.Builder |
updateTime(Instant updateTime)
The time the collaboration metadata was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCollaborationSummary.Builder id(String id)
The identifier for the collaboration.
id - The identifier for the collaboration.CollaborationSummary.Builder arn(String arn)
The ARN of the collaboration.
arn - The ARN of the collaboration.CollaborationSummary.Builder name(String name)
A human-readable identifier provided by the collaboration owner. Display names are not unique.
name - A human-readable identifier provided by the collaboration owner. Display names are not unique.CollaborationSummary.Builder creatorAccountId(String creatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
creatorAccountId - The identifier used to reference members of the collaboration. Currently only supports Amazon Web
Services account ID.CollaborationSummary.Builder creatorDisplayName(String creatorDisplayName)
The display name of the collaboration creator.
creatorDisplayName - The display name of the collaboration creator.CollaborationSummary.Builder createTime(Instant createTime)
The time when the collaboration was created.
createTime - The time when the collaboration was created.CollaborationSummary.Builder updateTime(Instant updateTime)
The time the collaboration metadata was last updated.
updateTime - The time the collaboration metadata was last updated.CollaborationSummary.Builder memberStatus(String memberStatus)
The status of a member in a collaboration.
memberStatus - The status of a member in a collaboration.MemberStatus,
MemberStatusCollaborationSummary.Builder memberStatus(MemberStatus memberStatus)
The status of a member in a collaboration.
memberStatus - The status of a member in a collaboration.MemberStatus,
MemberStatusCollaborationSummary.Builder membershipId(String membershipId)
The identifier of a member in a collaboration.
membershipId - The identifier of a member in a collaboration.CollaborationSummary.Builder membershipArn(String membershipArn)
The ARN of a member in a collaboration.
membershipArn - The ARN of a member in a collaboration.Copyright © 2023. All rights reserved.