@Stability(value=Stable) public static final class CfnAppImageConfig.FileSystemConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAppImageConfig.FileSystemConfigProperty>
CfnAppImageConfig.FileSystemConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAppImageConfig.FileSystemConfigProperty |
build()
Builds the configured instance.
|
CfnAppImageConfig.FileSystemConfigProperty.Builder |
defaultGid(Number defaultGid)
Sets the value of
CfnAppImageConfig.FileSystemConfigProperty.getDefaultGid() |
CfnAppImageConfig.FileSystemConfigProperty.Builder |
defaultUid(Number defaultUid)
Sets the value of
CfnAppImageConfig.FileSystemConfigProperty.getDefaultUid() |
CfnAppImageConfig.FileSystemConfigProperty.Builder |
mountPath(String mountPath)
Sets the value of
CfnAppImageConfig.FileSystemConfigProperty.getMountPath() |
@Stability(value=Stable) public CfnAppImageConfig.FileSystemConfigProperty.Builder defaultGid(Number defaultGid)
CfnAppImageConfig.FileSystemConfigProperty.getDefaultGid()defaultGid - The default POSIX group ID (GID).
If not specified, defaults to 100 .this@Stability(value=Stable) public CfnAppImageConfig.FileSystemConfigProperty.Builder defaultUid(Number defaultUid)
CfnAppImageConfig.FileSystemConfigProperty.getDefaultUid()defaultUid - The default POSIX user ID (UID).
If not specified, defaults to 1000 .this@Stability(value=Stable) public CfnAppImageConfig.FileSystemConfigProperty.Builder mountPath(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@Stability(value=Stable) public CfnAppImageConfig.FileSystemConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnAppImageConfig.FileSystemConfigProperty>CfnAppImageConfig.FileSystemConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.