public static interface MembershipSummary.Builder extends SdkPojo, CopyableBuilder<MembershipSummary.Builder,MembershipSummary>
| Modifier and Type | Method and Description |
|---|---|
MembershipSummary.Builder |
arn(String arn)
The unique ARN for the membership.
|
MembershipSummary.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the membership's associated collaboration.
|
MembershipSummary.Builder |
collaborationCreatorAccountId(String collaborationCreatorAccountId)
The identifier of the AWS principal that created the collaboration.
|
MembershipSummary.Builder |
collaborationCreatorDisplayName(String collaborationCreatorDisplayName)
The display name of the collaboration creator.
|
MembershipSummary.Builder |
collaborationId(String collaborationId)
The unique ID for the membership's collaboration.
|
MembershipSummary.Builder |
collaborationName(String collaborationName)
The name for the membership's collaboration.
|
MembershipSummary.Builder |
createTime(Instant createTime)
The time when the membership was created.
|
MembershipSummary.Builder |
id(String id)
The unique ID for the membership's collaboration.
|
MembershipSummary.Builder |
memberAbilities(Collection<MemberAbility> memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary.Builder |
memberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary.Builder |
memberAbilitiesWithStrings(Collection<String> memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary.Builder |
memberAbilitiesWithStrings(String... memberAbilities)
The abilities granted to the collaboration member.
|
MembershipSummary.Builder |
status(MembershipStatus status)
The status of the membership.
|
MembershipSummary.Builder |
status(String status)
The status of the membership.
|
MembershipSummary.Builder |
updateTime(Instant updateTime)
The time the membership metadata was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMembershipSummary.Builder id(String id)
The unique ID for the membership's collaboration.
id - The unique ID for the membership's collaboration.MembershipSummary.Builder arn(String arn)
The unique ARN for the membership.
arn - The unique ARN for the membership.MembershipSummary.Builder collaborationArn(String collaborationArn)
The unique ARN for the membership's associated collaboration.
collaborationArn - The unique ARN for the membership's associated collaboration.MembershipSummary.Builder collaborationId(String collaborationId)
The unique ID for the membership's collaboration.
collaborationId - The unique ID for the membership's collaboration.MembershipSummary.Builder collaborationCreatorAccountId(String collaborationCreatorAccountId)
The identifier of the AWS principal that created the collaboration. Currently only supports AWS account ID.
collaborationCreatorAccountId - The identifier of the AWS principal that created the collaboration. Currently only supports AWS
account ID.MembershipSummary.Builder collaborationCreatorDisplayName(String collaborationCreatorDisplayName)
The display name of the collaboration creator.
collaborationCreatorDisplayName - The display name of the collaboration creator.MembershipSummary.Builder collaborationName(String collaborationName)
The name for the membership's collaboration.
collaborationName - The name for the membership's collaboration.MembershipSummary.Builder createTime(Instant createTime)
The time when the membership was created.
createTime - The time when the membership was created.MembershipSummary.Builder updateTime(Instant updateTime)
The time the membership metadata was last updated.
updateTime - The time the membership metadata was last updated.MembershipSummary.Builder status(String status)
The status of the membership. Valid values are `ACTIVE`, `REMOVED`, and `COLLABORATION_DELETED`.
status - The status of the membership. Valid values are `ACTIVE`, `REMOVED`, and `COLLABORATION_DELETED`.MembershipStatus,
MembershipStatusMembershipSummary.Builder status(MembershipStatus status)
The status of the membership. Valid values are `ACTIVE`, `REMOVED`, and `COLLABORATION_DELETED`.
status - The status of the membership. Valid values are `ACTIVE`, `REMOVED`, and `COLLABORATION_DELETED`.MembershipStatus,
MembershipStatusMembershipSummary.Builder memberAbilitiesWithStrings(Collection<String> memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.MembershipSummary.Builder memberAbilitiesWithStrings(String... memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.MembershipSummary.Builder memberAbilities(Collection<MemberAbility> memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.MembershipSummary.Builder memberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.Copyright © 2023. All rights reserved.