Class CfnUserProfileMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnUserProfileMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfileMixinProps>
- Enclosing interface:
CfnUserProfileMixinProps
@Stability(Stable)
public static final class CfnUserProfileMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfileMixinProps>
A builder for
CfnUserProfileMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainIdentifier(String domainIdentifier) Sets the value ofCfnUserProfileMixinProps.getDomainIdentifier()Sets the value ofCfnUserProfileMixinProps.getStatus()userIdentifier(String userIdentifier) Sets the value ofCfnUserProfileMixinProps.getUserIdentifier()Sets the value ofCfnUserProfileMixinProps.getUserType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainIdentifier
@Stability(Stable) public CfnUserProfileMixinProps.Builder domainIdentifier(String domainIdentifier) Sets the value ofCfnUserProfileMixinProps.getDomainIdentifier()- Parameters:
domainIdentifier- The identifier of a Amazon DataZone domain in which a user profile exists.- Returns:
this
-
status
Sets the value ofCfnUserProfileMixinProps.getStatus()- Parameters:
status- The status of the user profile.- Returns:
this
-
userIdentifier
Sets the value ofCfnUserProfileMixinProps.getUserIdentifier()- Parameters:
userIdentifier- The identifier of the user for which the user profile is created.- Returns:
this
-
userType
Sets the value ofCfnUserProfileMixinProps.getUserType()- Parameters:
userType- The user type of the user for which the user profile is created.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfileMixinProps>- Returns:
- a new instance of
CfnUserProfileMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-