Interface LambdaVolumeMount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LambdaVolumeMount.Builder,
,LambdaVolumeMount> SdkBuilder<LambdaVolumeMount.Builder,
,LambdaVolumeMount> SdkPojo
- Enclosing class:
LambdaVolumeMount
public static interface LambdaVolumeMount.Builder
extends SdkPojo, CopyableBuilder<LambdaVolumeMount.Builder,LambdaVolumeMount>
-
Method Summary
Modifier and TypeMethodDescriptionaddGroupOwner
(Boolean addGroupOwner) Whether or not to add the IoT Greengrass user group as an owner of the volume.destinationPath
(String destinationPath) The path to the logical volume in the file system.permission
(String permission) The permission to access the volume: read/only (ro
) or read/write (rw
).permission
(LambdaFilesystemPermission permission) The permission to access the volume: read/only (ro
) or read/write (rw
).sourcePath
(String sourcePath) The path to the physical volume in the file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
sourcePath
The path to the physical volume in the file system.
- Parameters:
sourcePath
- The path to the physical volume in the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationPath
The path to the logical volume in the file system.
- Parameters:
destinationPath
- The path to the logical volume in the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
permission
The permission to access the volume: read/only (
ro
) or read/write (rw
).Default:
ro
- Parameters:
permission
- The permission to access the volume: read/only (ro
) or read/write (rw
).Default:
ro
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
The permission to access the volume: read/only (
ro
) or read/write (rw
).Default:
ro
- Parameters:
permission
- The permission to access the volume: read/only (ro
) or read/write (rw
).Default:
ro
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
addGroupOwner
Whether or not to add the IoT Greengrass user group as an owner of the volume.
Default:
false
- Parameters:
addGroupOwner
- Whether or not to add the IoT Greengrass user group as an owner of the volume.Default:
false
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-