Class SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.sagemaker_app_image_config.SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig>
- Enclosing interface:
- SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
@Stability(Stable) public static final class SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder extends Object implements software.amazon.jsii.Builder<SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfigbuild()Builds the configured instance.SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.BuilderdefaultGid(Number defaultGid)SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.BuilderdefaultUid(Number defaultUid)SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.BuildermountPath(String mountPath)
-
-
-
Method Detail
-
defaultGid
@Stability(Stable) public SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder defaultGid(Number defaultGid)
- Parameters:
defaultGid- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_gid SagemakerAppImageConfig#default_gid}.- Returns:
this
-
defaultUid
@Stability(Stable) public SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder defaultUid(Number defaultUid)
- Parameters:
defaultUid- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_uid SagemakerAppImageConfig#default_uid}.- Returns:
this
-
mountPath
@Stability(Stable) public SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder mountPath(String mountPath)
- Parameters:
mountPath- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#mount_path SagemakerAppImageConfig#mount_path}.- Returns:
this
-
build
@Stability(Stable) public SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig>- Returns:
- a new instance of
SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-