Interface CfnProject.MemberProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProject.MemberProperty.Jsii$Proxy
- Enclosing class:
CfnProject
@Stability(Stable)
public static interface CfnProject.MemberProperty
extends software.amazon.jsii.JsiiSerializable
The member of the project.
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.*;
MemberProperty memberProperty = MemberProperty.builder()
.groupIdentifier("groupIdentifier")
.userIdentifier("userIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProject.MemberPropertystatic final classAn implementation forCfnProject.MemberProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupIdentifier
- See Also:
-
getUserIdentifier
- See Also:
-
builder
- Returns:
- a
CfnProject.MemberProperty.BuilderofCfnProject.MemberProperty
-