Class CfnUserProfilePropsMixin.CustomPosixUserConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnUserProfilePropsMixin.CustomPosixUserConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnUserProfilePropsMixin.CustomPosixUserConfigProperty>
- Enclosing interface:
CfnUserProfilePropsMixin.CustomPosixUserConfigProperty
@Stability(Stable)
public static final class CfnUserProfilePropsMixin.CustomPosixUserConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnUserProfilePropsMixin.CustomPosixUserConfigProperty>
A builder for
CfnUserProfilePropsMixin.CustomPosixUserConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnUserProfilePropsMixin.CustomPosixUserConfigProperty.getGid()Sets the value ofCfnUserProfilePropsMixin.CustomPosixUserConfigProperty.getUid()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
gid
@Stability(Stable) public CfnUserProfilePropsMixin.CustomPosixUserConfigProperty.Builder gid(Number gid) Sets the value ofCfnUserProfilePropsMixin.CustomPosixUserConfigProperty.getGid()- Parameters:
gid- The POSIX group ID.- Returns:
this
-
uid
@Stability(Stable) public CfnUserProfilePropsMixin.CustomPosixUserConfigProperty.Builder uid(Number uid) Sets the value ofCfnUserProfilePropsMixin.CustomPosixUserConfigProperty.getUid()- Parameters:
uid- The POSIX user ID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnUserProfilePropsMixin.CustomPosixUserConfigProperty>- Returns:
- a new instance of
CfnUserProfilePropsMixin.CustomPosixUserConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-