Interface MemberSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemberSummary.Builder,
,MemberSummary> SdkBuilder<MemberSummary.Builder,
,MemberSummary> SdkPojo
- Enclosing class:
MemberSummary
-
Method Summary
Modifier and TypeMethodDescriptionabilities
(Collection<MemberAbility> abilities) The abilities granted to the collaboration member.abilities
(MemberAbility... abilities) The abilities granted to the collaboration member.abilitiesWithStrings
(String... abilities) The abilities granted to the collaboration member.abilitiesWithStrings
(Collection<String> abilities) The abilities granted to the collaboration member.The identifier used to reference members of the collaboration.createTime
(Instant createTime) The time when the member was created.displayName
(String displayName) The member's display name.membershipArn
(String membershipArn) The unique ARN for the member's associated membership, if present.membershipId
(String membershipId) The unique ID for the member's associated membership, if present.The status of the member.status
(MemberStatus status) The status of the member.updateTime
(Instant updateTime) The time the member 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 Details
-
accountId
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
- Parameters:
accountId
- 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.
-
status
The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.
- Parameters:
status
- The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.
- Parameters:
status
- The status of the member. Valid values are `INVITED`, `ACTIVE`, `LEFT`, and `REMOVED`.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
The member's display name.
- Parameters:
displayName
- The member's display name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abilitiesWithStrings
The abilities granted to the collaboration member.
- Parameters:
abilities
- The abilities granted to the collaboration member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abilitiesWithStrings
The abilities granted to the collaboration member.
- Parameters:
abilities
- The abilities granted to the collaboration member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abilities
The abilities granted to the collaboration member.
- Parameters:
abilities
- The abilities granted to the collaboration member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abilities
The abilities granted to the collaboration member.
- Parameters:
abilities
- The abilities granted to the collaboration member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The time when the member was created.
- Parameters:
createTime
- The time when the member was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The time the member metadata was last updated.
- Parameters:
updateTime
- The time the member metadata was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipId
The unique ID for the member's associated membership, if present.
- Parameters:
membershipId
- The unique ID for the member's associated membership, if present.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipArn
The unique ARN for the member's associated membership, if present.
- Parameters:
membershipArn
- The unique ARN for the member's associated membership, if present.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-