Class CfnGroupProfile.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnGroupProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGroupProfile>
- Enclosing class:
CfnGroupProfile
@Stability(Stable)
public static final class CfnGroupProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGroupProfile>
A fluent builder for
CfnGroupProfile.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnGroupProfile.BuilderdomainIdentifier(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 CfnGroupProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnGroupProfile.Builder.
-
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<CfnGroupProfile>- Returns:
- a newly built instance of
CfnGroupProfile.
-