Struct aws_sdk_batch::model::mount_point::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MountPoint
Implementations
The path on the container where the host volume is mounted.
The path on the container where the host volume is mounted.
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
.
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
.
The name of the volume to mount.
The name of the volume to mount.
Consumes the builder and constructs a MountPoint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more