Class CfnGroupProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnGroupProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupProfileMixinProps>
- Enclosing interface:
CfnGroupProfileMixinProps
@Stability(Stable)
public static final class CfnGroupProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupProfileMixinProps>
A builder for
CfnGroupProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainIdentifier(String domainIdentifier) Sets the value ofCfnGroupProfileMixinProps.getDomainIdentifier()groupIdentifier(String groupIdentifier) Sets the value ofCfnGroupProfileMixinProps.getGroupIdentifier()Sets the value ofCfnGroupProfileMixinProps.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainIdentifier
@Stability(Stable) public CfnGroupProfileMixinProps.Builder domainIdentifier(String domainIdentifier) Sets the value ofCfnGroupProfileMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which a group profile exists.- Returns:
this
-
groupIdentifier
Sets the value ofCfnGroupProfileMixinProps.getGroupIdentifier()- Parameters:
groupIdentifier- The ID of the group of a project member.- Returns:
this
-
status
Sets the value ofCfnGroupProfileMixinProps.getStatus()- Parameters:
status- The status of a group profile.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupProfileMixinProps>- Returns:
- a new instance of
CfnGroupProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-