public static final class CfnAppImageConfig.FileSystemConfigProperty.Builder
extends java.lang.Object
CfnAppImageConfig.FileSystemConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnAppImageConfig.FileSystemConfigProperty |
build()
Builds the configured instance.
|
CfnAppImageConfig.FileSystemConfigProperty.Builder |
defaultGid(java.lang.Number defaultGid)
Sets the value of
CfnAppImageConfig.FileSystemConfigProperty.getDefaultGid() |
CfnAppImageConfig.FileSystemConfigProperty.Builder |
defaultUid(java.lang.Number defaultUid)
Sets the value of
CfnAppImageConfig.FileSystemConfigProperty.getDefaultUid() |
CfnAppImageConfig.FileSystemConfigProperty.Builder |
mountPath(java.lang.String mountPath)
Sets the value of
CfnAppImageConfig.FileSystemConfigProperty.getMountPath() |
public CfnAppImageConfig.FileSystemConfigProperty.Builder defaultGid(java.lang.Number defaultGid)
CfnAppImageConfig.FileSystemConfigProperty.getDefaultGid()
defaultGid
- The default POSIX group ID (GID).
If not specified, defaults to 100
.this
public CfnAppImageConfig.FileSystemConfigProperty.Builder defaultUid(java.lang.Number defaultUid)
CfnAppImageConfig.FileSystemConfigProperty.getDefaultUid()
defaultUid
- The default POSIX user ID (UID).
If not specified, defaults to 1000
.this
public CfnAppImageConfig.FileSystemConfigProperty.Builder mountPath(java.lang.String mountPath)
CfnAppImageConfig.FileSystemConfigProperty.getMountPath()
mountPath
- The path within the image to mount the user's EFS home directory.
The directory should be empty. If not specified, defaults to * /home/sagemaker-user* .this
public CfnAppImageConfig.FileSystemConfigProperty build()
CfnAppImageConfig.FileSystemConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided