@Stability(value=Stable) public static final class PathMapping.Builder extends Object implements software.amazon.jsii.Builder<PathMapping>
PathMapping| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PathMapping |
build()
Builds the configured instance.
|
PathMapping.Builder |
mode(Number mode)
Sets the value of
PathMapping.getMode() |
PathMapping.Builder |
path(String path)
Sets the value of
PathMapping.getPath() |
@Stability(value=Stable) public PathMapping.Builder path(String path)
PathMapping.getPath()path - The relative path of the file to map the key to. This parameter is required.
May not be an absolute
path. May not contain the path element '..'. May not start with the string
'..'.this@Stability(value=Stable) public PathMapping.Builder mode(Number mode)
PathMapping.getMode()mode - Optional: mode bits to use on this file, must be a value between 0 and 0777.
If not specified, the volume defaultMode will be used. This might be
in conflict with other options that affect the file mode, like fsGroup, and
the result can be other mode bits set.this@Stability(value=Stable) public PathMapping build()
build in interface software.amazon.jsii.Builder<PathMapping>PathMappingNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.