public static interface Membership.Builder extends SdkPojo, CopyableBuilder<Membership.Builder,Membership>
| Modifier and Type | Method and Description |
|---|---|
Membership.Builder |
arn(String arn)
The unique ARN for the membership.
|
Membership.Builder |
collaborationArn(String collaborationArn)
The unique ARN for the membership's associated collaboration.
|
Membership.Builder |
collaborationCreatorAccountId(String collaborationCreatorAccountId)
The identifier used to reference members of the collaboration.
|
Membership.Builder |
collaborationCreatorDisplayName(String collaborationCreatorDisplayName)
The display name of the collaboration creator.
|
Membership.Builder |
collaborationId(String collaborationId)
The unique ID for the membership's collaboration.
|
Membership.Builder |
collaborationName(String collaborationName)
The name of the membership's collaboration.
|
Membership.Builder |
createTime(Instant createTime)
The time when the membership was created.
|
Membership.Builder |
id(String id)
The unique ID of the membership.
|
Membership.Builder |
memberAbilities(Collection<MemberAbility> memberAbilities)
The abilities granted to the collaboration member.
|
Membership.Builder |
memberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
Membership.Builder |
memberAbilitiesWithStrings(Collection<String> memberAbilities)
The abilities granted to the collaboration member.
|
Membership.Builder |
memberAbilitiesWithStrings(String... memberAbilities)
The abilities granted to the collaboration member.
|
Membership.Builder |
queryLogStatus(MembershipQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
Membership.Builder |
queryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
Membership.Builder |
status(MembershipStatus status)
The status of the membership.
|
Membership.Builder |
status(String status)
The status of the membership.
|
Membership.Builder |
updateTime(Instant updateTime)
The time the membership metadata was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMembership.Builder id(String id)
The unique ID of the membership.
id - The unique ID of the membership.Membership.Builder arn(String arn)
The unique ARN for the membership.
arn - The unique ARN for the membership.Membership.Builder collaborationArn(String collaborationArn)
The unique ARN for the membership's associated collaboration.
collaborationArn - The unique ARN for the membership's associated collaboration.Membership.Builder collaborationId(String collaborationId)
The unique ID for the membership's collaboration.
collaborationId - The unique ID for the membership's collaboration.Membership.Builder collaborationCreatorAccountId(String collaborationCreatorAccountId)
The identifier used to reference members of the collaboration. Currently only supports AWS account ID.
collaborationCreatorAccountId - The identifier used to reference members of the collaboration. Currently only supports AWS account ID.Membership.Builder collaborationCreatorDisplayName(String collaborationCreatorDisplayName)
The display name of the collaboration creator.
collaborationCreatorDisplayName - The display name of the collaboration creator.Membership.Builder collaborationName(String collaborationName)
The name of the membership's collaboration.
collaborationName - The name of the membership's collaboration.Membership.Builder createTime(Instant createTime)
The time when the membership was created.
createTime - The time when the membership was created.Membership.Builder updateTime(Instant updateTime)
The time the membership metadata was last updated.
updateTime - The time the membership metadata was last updated.Membership.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,
MembershipStatusMembership.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,
MembershipStatusMembership.Builder memberAbilitiesWithStrings(Collection<String> memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.Membership.Builder memberAbilitiesWithStrings(String... memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.Membership.Builder memberAbilities(Collection<MemberAbility> memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.Membership.Builder memberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
memberAbilities - The abilities granted to the collaboration member.Membership.Builder queryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.MembershipQueryLogStatus,
MembershipQueryLogStatusMembership.Builder queryLogStatus(MembershipQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.MembershipQueryLogStatus,
MembershipQueryLogStatusCopyright © 2023. All rights reserved.