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