Class CfnProject.MemberProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnProject.MemberProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProject.MemberProperty>
- Enclosing interface:
CfnProject.MemberProperty
@Stability(Stable)
public static final class CfnProject.MemberProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProject.MemberProperty>
A builder for
CfnProject.MemberProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.groupIdentifier(String groupIdentifier) Sets the value ofCfnProject.MemberProperty.getGroupIdentifier()userIdentifier(String userIdentifier) Sets the value ofCfnProject.MemberProperty.getUserIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupIdentifier
Sets the value ofCfnProject.MemberProperty.getGroupIdentifier()- Parameters:
groupIdentifier- the value to be set.- Returns:
this
-
userIdentifier
Sets the value ofCfnProject.MemberProperty.getUserIdentifier()- Parameters:
userIdentifier- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProject.MemberProperty>- Returns:
- a new instance of
CfnProject.MemberProperty - Throws:
NullPointerException- if any required attribute was not provided
-