@Stability(value=Stable) public static final class CfnJobDefinition.MountPointsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnJobDefinition.MountPointsProperty>
CfnJobDefinition.MountPointsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnJobDefinition.MountPointsProperty |
build()
Builds the configured instance.
|
CfnJobDefinition.MountPointsProperty.Builder |
containerPath(String containerPath)
Sets the value of
CfnJobDefinition.MountPointsProperty.getContainerPath() |
CfnJobDefinition.MountPointsProperty.Builder |
readOnly(Boolean readOnly)
Sets the value of
CfnJobDefinition.MountPointsProperty.getReadOnly() |
CfnJobDefinition.MountPointsProperty.Builder |
readOnly(IResolvable readOnly)
Sets the value of
CfnJobDefinition.MountPointsProperty.getReadOnly() |
CfnJobDefinition.MountPointsProperty.Builder |
sourceVolume(String sourceVolume)
Sets the value of
CfnJobDefinition.MountPointsProperty.getSourceVolume() |
@Stability(value=Stable) public CfnJobDefinition.MountPointsProperty.Builder containerPath(String containerPath)
CfnJobDefinition.MountPointsProperty.getContainerPath()containerPath - The path on the container where the host volume is mounted.this@Stability(value=Stable) public CfnJobDefinition.MountPointsProperty.Builder readOnly(Boolean readOnly)
CfnJobDefinition.MountPointsProperty.getReadOnly()readOnly - If this value is `true` , the container has read-only access to the volume.
Otherwise, the container can write to the volume. The default value is false .this@Stability(value=Stable) public CfnJobDefinition.MountPointsProperty.Builder readOnly(IResolvable readOnly)
CfnJobDefinition.MountPointsProperty.getReadOnly()readOnly - If this value is `true` , the container has read-only access to the volume.
Otherwise, the container can write to the volume. The default value is false .this@Stability(value=Stable) public CfnJobDefinition.MountPointsProperty.Builder sourceVolume(String sourceVolume)
CfnJobDefinition.MountPointsProperty.getSourceVolume()sourceVolume - The name of the volume to mount.this@Stability(value=Stable) public CfnJobDefinition.MountPointsProperty build()
build in interface software.amazon.jsii.Builder<CfnJobDefinition.MountPointsProperty>CfnJobDefinition.MountPointsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.