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