pub struct Builder { /* private fields */ }
Expand description
A builder for EfsFileSystemConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn file_system_policy(self, input: impl Into<String>) -> Self
pub fn file_system_policy(self, input: impl Into<String>) -> Self
The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.
sourcepub fn set_file_system_policy(self, input: Option<String>) -> Self
pub fn set_file_system_policy(self, input: Option<String>) -> Self
The JSON policy definition to apply to the Amazon EFS file system. For more information on the elements that make up a file system policy, see Amazon EFS Resource-based policies.
sourcepub fn build(self) -> EfsFileSystemConfiguration
pub fn build(self) -> EfsFileSystemConfiguration
Consumes the builder and constructs a EfsFileSystemConfiguration
.