public static interface MemberSummary.Builder extends SdkPojo, CopyableBuilder<MemberSummary.Builder,MemberSummary>
| Modifier and Type | Method and Description |
|---|---|
MemberSummary.Builder |
abilities(Collection<MemberAbility> abilities)
The abilities granted to the collaboration member.
|
MemberSummary.Builder |
abilities(MemberAbility... abilities)
The abilities granted to the collaboration member.
|
MemberSummary.Builder |
abilitiesWithStrings(Collection<String> abilities)
The abilities granted to the collaboration member.
|
MemberSummary.Builder |
abilitiesWithStrings(String... abilities)
The abilities granted to the collaboration member.
|
MemberSummary.Builder |
accountId(String accountId)
The identifier used to reference members of the collaboration.
|
MemberSummary.Builder |
createTime(Instant createTime)
The time when the member was created.
|
MemberSummary.Builder |
displayName(String displayName)
The member's display name.
|
MemberSummary.Builder |
membershipArn(String membershipArn)
The unique ARN for the member's associated membership, if present.
|
MemberSummary.Builder |
membershipId(String membershipId)
The unique ID for the member's associated membership, if present.
|
MemberSummary.Builder |
status(MemberStatus status)
The status of the member.
|
MemberSummary.Builder |
status(String status)
The status of the member.
|
MemberSummary.Builder |
updateTime(Instant updateTime)
The time the member metadata was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberSummary.Builder accountId(String accountId)
The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
accountId - The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.MemberSummary.Builder status(String status)
The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.
status - The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.MemberStatus,
MemberStatusMemberSummary.Builder status(MemberStatus status)
The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.
status - The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.MemberStatus,
MemberStatusMemberSummary.Builder displayName(String displayName)
The member's display name.
displayName - The member's display name.MemberSummary.Builder abilitiesWithStrings(Collection<String> abilities)
The abilities granted to the collaboration member.
abilities - The abilities granted to the collaboration member.MemberSummary.Builder abilitiesWithStrings(String... abilities)
The abilities granted to the collaboration member.
abilities - The abilities granted to the collaboration member.MemberSummary.Builder abilities(Collection<MemberAbility> abilities)
The abilities granted to the collaboration member.
abilities - The abilities granted to the collaboration member.MemberSummary.Builder abilities(MemberAbility... abilities)
The abilities granted to the collaboration member.
abilities - The abilities granted to the collaboration member.MemberSummary.Builder createTime(Instant createTime)
The time when the member was created.
createTime - The time when the member was created.MemberSummary.Builder updateTime(Instant updateTime)
The time the member metadata was last updated.
updateTime - The time the member metadata was last updated.MemberSummary.Builder membershipId(String membershipId)
The unique ID for the member's associated membership, if present.
membershipId - The unique ID for the member's associated membership, if present.MemberSummary.Builder membershipArn(String membershipArn)
The unique ARN for the member's associated membership, if present.
membershipArn - The unique ARN for the member's associated membership, if present.Copyright © 2023. All rights reserved.