Package services.cleanrooms
Interface CfnCollaboration.MemberSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCollaboration.MemberSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnCollaboration
@Stability(Stable)
public static interface CfnCollaboration.MemberSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
Basic metadata used to construct a new member.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import services.cleanrooms.*;
MemberSpecificationProperty memberSpecificationProperty = MemberSpecificationProperty.builder()
.accountId("accountId")
.displayName("displayName")
.memberAbilities(List.of("memberAbilities"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCollaboration.MemberSpecificationPropertystatic final classAn implementation forCfnCollaboration.MemberSpecificationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The identifier used to reference members of the collaboration.The member's display name.The abilities granted to the collaboration member.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
The identifier used to reference members of the collaboration.Currently only supports ID.
- See Also:
-
getDisplayName
The member's display name.- See Also:
-
getMemberAbilities
The abilities granted to the collaboration member.Allowed Values :
CAN_QUERY|CAN_RECEIVE_RESULTS- See Also:
-
builder
-