#[non_exhaustive]pub struct EfsFileSystemConfigurationBuilder { /* private fields */ }Expand description
A builder for EfsFileSystemConfiguration.
Implementations§
source§impl EfsFileSystemConfigurationBuilder
impl EfsFileSystemConfigurationBuilder
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.
Trait Implementations§
source§impl Clone for EfsFileSystemConfigurationBuilder
impl Clone for EfsFileSystemConfigurationBuilder
source§fn clone(&self) -> EfsFileSystemConfigurationBuilder
fn clone(&self) -> EfsFileSystemConfigurationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for EfsFileSystemConfigurationBuilder
impl Default for EfsFileSystemConfigurationBuilder
source§fn default() -> EfsFileSystemConfigurationBuilder
fn default() -> EfsFileSystemConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EfsFileSystemConfigurationBuilder> for EfsFileSystemConfigurationBuilder
impl PartialEq<EfsFileSystemConfigurationBuilder> for EfsFileSystemConfigurationBuilder
source§fn eq(&self, other: &EfsFileSystemConfigurationBuilder) -> bool
fn eq(&self, other: &EfsFileSystemConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.