Class CfnGroupProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnGroupProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupProfilePropsMixin>
- Enclosing class:
CfnGroupProfilePropsMixin
@Stability(Stable)
public static final class CfnGroupProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupProfilePropsMixin>
A fluent builder for
CfnGroupProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain in which a group profile exists.groupIdentifier(String groupIdentifier) The ID of the group of a project member.The status of a group profile.
-
Method Details
-
create
@Stability(Stable) public static CfnGroupProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnGroupProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnGroupProfilePropsMixin.Builder.
-
domainIdentifier
@Stability(Stable) public CfnGroupProfilePropsMixin.Builder domainIdentifier(String domainIdentifier) The identifier of the Amazon DataZone domain in which a group profile exists.- Parameters:
domainIdentifier- The identifier of the Amazon DataZone domain in which a group profile exists. This parameter is required.- Returns:
this- See Also:
-
groupIdentifier
The ID of the group of a project member.- Parameters:
groupIdentifier- The ID of the group of a project member. This parameter is required.- Returns:
this- See Also:
-
status
The status of a group profile.- Parameters:
status- The status of a group profile. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGroupProfilePropsMixin>- Returns:
- a newly built instance of
CfnGroupProfilePropsMixin.
-