Struct aws_sdk_storagegateway::model::nfs_file_share_defaults::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NfsFileShareDefaults
Implementations
The Unix file mode in the form "nnnn". For example, 0666
represents the
default file mode inside the file share. The default value is 0666
.
The Unix file mode in the form "nnnn". For example, 0666
represents the
default file mode inside the file share. The default value is 0666
.
The Unix directory mode in the form "nnnn". For example, 0666
represents
the default access mode for all directories inside the file share. The default value is
0777
.
The Unix directory mode in the form "nnnn". For example, 0666
represents
the default access mode for all directories inside the file share. The default value is
0777
.
The default group ID for the file share (unless the files have another group ID
specified). The default value is nfsnobody
.
The default group ID for the file share (unless the files have another group ID
specified). The default value is nfsnobody
.
The default owner ID for files in the file share (unless the files have another owner ID
specified). The default value is nfsnobody
.
The default owner ID for files in the file share (unless the files have another owner ID
specified). The default value is nfsnobody
.
Consumes the builder and constructs a NfsFileShareDefaults
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