| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
MemberSpecification |
MemberSpecification.clone() |
MemberSpecification |
MemberSpecification.withAccountId(String accountId)
The identifier used to reference members of the collaboration.
|
MemberSpecification |
MemberSpecification.withDisplayName(String displayName)
The member's display name.
|
MemberSpecification |
MemberSpecification.withMemberAbilities(Collection<String> memberAbilities)
The abilities granted to the collaboration member.
|
MemberSpecification |
MemberSpecification.withMemberAbilities(MemberAbility... memberAbilities)
The abilities granted to the collaboration member.
|
MemberSpecification |
MemberSpecification.withMemberAbilities(String... memberAbilities)
The abilities granted to the collaboration member.
|
MemberSpecification |
MemberSpecification.withPaymentConfiguration(PaymentConfiguration paymentConfiguration)
The collaboration member's payment responsibilities set by the collaboration creator.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberSpecification> |
CreateCollaborationRequest.getMembers()
A list of initial members, not including the creator.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCollaborationRequest |
CreateCollaborationRequest.withMembers(MemberSpecification... members)
A list of initial members, not including the creator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCollaborationRequest.setMembers(Collection<MemberSpecification> members)
A list of initial members, not including the creator.
|
CreateCollaborationRequest |
CreateCollaborationRequest.withMembers(Collection<MemberSpecification> members)
A list of initial members, not including the creator.
|
Copyright © 2023. All rights reserved.