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