Struct aws_sdk_datasync::operation::describe_location_nfs::builders::DescribeLocationNfsOutputBuilder
source · #[non_exhaustive]pub struct DescribeLocationNfsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeLocationNfsOutput
.
Implementations§
source§impl DescribeLocationNfsOutputBuilder
impl DescribeLocationNfsOutputBuilder
sourcepub fn location_arn(self, input: impl Into<String>) -> Self
pub fn location_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the NFS location that was described.
sourcepub fn set_location_arn(self, input: Option<String>) -> Self
pub fn set_location_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the NFS location that was described.
sourcepub fn location_uri(self, input: impl Into<String>) -> Self
pub fn location_uri(self, input: impl Into<String>) -> Self
The URL of the source NFS location that was described.
sourcepub fn set_location_uri(self, input: Option<String>) -> Self
pub fn set_location_uri(self, input: Option<String>) -> Self
The URL of the source NFS location that was described.
sourcepub fn on_prem_config(self, input: OnPremConfig) -> Self
pub fn on_prem_config(self, input: OnPremConfig) -> Self
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
sourcepub fn set_on_prem_config(self, input: Option<OnPremConfig>) -> Self
pub fn set_on_prem_config(self, input: Option<OnPremConfig>) -> Self
A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.
sourcepub fn mount_options(self, input: NfsMountOptions) -> Self
pub fn mount_options(self, input: NfsMountOptions) -> Self
The NFS mount options that DataSync used to mount your NFS share.
sourcepub fn set_mount_options(self, input: Option<NfsMountOptions>) -> Self
pub fn set_mount_options(self, input: Option<NfsMountOptions>) -> Self
The NFS mount options that DataSync used to mount your NFS share.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the NFS location was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that the NFS location was created.
sourcepub fn build(self) -> DescribeLocationNfsOutput
pub fn build(self) -> DescribeLocationNfsOutput
Consumes the builder and constructs a DescribeLocationNfsOutput
.
Trait Implementations§
source§impl Clone for DescribeLocationNfsOutputBuilder
impl Clone for DescribeLocationNfsOutputBuilder
source§fn clone(&self) -> DescribeLocationNfsOutputBuilder
fn clone(&self) -> DescribeLocationNfsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeLocationNfsOutputBuilder
impl Default for DescribeLocationNfsOutputBuilder
source§fn default() -> DescribeLocationNfsOutputBuilder
fn default() -> DescribeLocationNfsOutputBuilder
source§impl PartialEq<DescribeLocationNfsOutputBuilder> for DescribeLocationNfsOutputBuilder
impl PartialEq<DescribeLocationNfsOutputBuilder> for DescribeLocationNfsOutputBuilder
source§fn eq(&self, other: &DescribeLocationNfsOutputBuilder) -> bool
fn eq(&self, other: &DescribeLocationNfsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.