Interface ProjectMembershipReference

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ProjectMembershipReference.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-09-15T14:51:55.227Z") @Stability(Stable) public interface ProjectMembershipReference extends software.amazon.jsii.JsiiSerializable
A reference to a ProjectMembership resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datazone.*;
 ProjectMembershipReference projectMembershipReference = ProjectMembershipReference.builder()
         .domainIdentifier("domainIdentifier")
         .memberIdentifier("memberIdentifier")
         .memberIdentifierType("memberIdentifierType")
         .projectIdentifier("projectIdentifier")
         .build();
 
  • Method Details

    • getDomainIdentifier

      @Stability(Stable) @NotNull String getDomainIdentifier()
      The DomainIdentifier of the ProjectMembership resource.
    • getMemberIdentifier

      @Stability(Stable) @NotNull String getMemberIdentifier()
      The MemberIdentifier of the ProjectMembership resource.
    • getMemberIdentifierType

      @Stability(Stable) @NotNull String getMemberIdentifierType()
      The MemberIdentifierType of the ProjectMembership resource.
    • getProjectIdentifier

      @Stability(Stable) @NotNull String getProjectIdentifier()
      The ProjectIdentifier of the ProjectMembership resource.
    • builder

      @Stability(Stable) static ProjectMembershipReference.Builder builder()
      Returns:
      a ProjectMembershipReference.Builder of ProjectMembershipReference