Struct aws_sdk_datasync::operation::describe_location_fsx_ontap::builders::DescribeLocationFsxOntapOutputBuilder
source · #[non_exhaustive]pub struct DescribeLocationFsxOntapOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeLocationFsxOntapOutput
.
Implementations§
source§impl DescribeLocationFsxOntapOutputBuilder
impl DescribeLocationFsxOntapOutputBuilder
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the 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 location was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time that the location was created.
sourcepub fn location_arn(self, input: impl Into<String>) -> Self
pub fn location_arn(self, input: impl Into<String>) -> Self
The ARN of the FSx for ONTAP file system location.
sourcepub fn set_location_arn(self, input: Option<String>) -> Self
pub fn set_location_arn(self, input: Option<String>) -> Self
The ARN of the FSx for ONTAP file system location.
sourcepub fn get_location_arn(&self) -> &Option<String>
pub fn get_location_arn(&self) -> &Option<String>
The ARN of the FSx for ONTAP file system location.
sourcepub fn location_uri(self, input: impl Into<String>) -> Self
pub fn location_uri(self, input: impl Into<String>) -> Self
The uniform resource identifier (URI) of the FSx for ONTAP file system location.
sourcepub fn set_location_uri(self, input: Option<String>) -> Self
pub fn set_location_uri(self, input: Option<String>) -> Self
The uniform resource identifier (URI) of the FSx for ONTAP file system location.
sourcepub fn get_location_uri(&self) -> &Option<String>
pub fn get_location_uri(&self) -> &Option<String>
The uniform resource identifier (URI) of the FSx for ONTAP file system location.
sourcepub fn protocol(self, input: FsxProtocol) -> Self
pub fn protocol(self, input: FsxProtocol) -> Self
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
sourcepub fn set_protocol(self, input: Option<FsxProtocol>) -> Self
pub fn set_protocol(self, input: Option<FsxProtocol>) -> Self
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
sourcepub fn get_protocol(&self) -> &Option<FsxProtocol>
pub fn get_protocol(&self) -> &Option<FsxProtocol>
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
sourcepub fn security_group_arns(self, input: impl Into<String>) -> Self
pub fn security_group_arns(self, input: impl Into<String>) -> Self
Appends an item to security_group_arns
.
To override the contents of this collection use set_security_group_arns
.
The security groups that DataSync uses to access your FSx for ONTAP file system.
sourcepub fn set_security_group_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_arns(self, input: Option<Vec<String>>) -> Self
The security groups that DataSync uses to access your FSx for ONTAP file system.
sourcepub fn get_security_group_arns(&self) -> &Option<Vec<String>>
pub fn get_security_group_arns(&self) -> &Option<Vec<String>>
The security groups that DataSync uses to access your FSx for ONTAP file system.
sourcepub fn storage_virtual_machine_arn(self, input: impl Into<String>) -> Self
pub fn storage_virtual_machine_arn(self, input: impl Into<String>) -> Self
The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.
sourcepub fn set_storage_virtual_machine_arn(self, input: Option<String>) -> Self
pub fn set_storage_virtual_machine_arn(self, input: Option<String>) -> Self
The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.
sourcepub fn get_storage_virtual_machine_arn(&self) -> &Option<String>
pub fn get_storage_virtual_machine_arn(&self) -> &Option<String>
The ARN of the storage virtual machine (SVM) on your FSx for ONTAP file system where you're copying data to or from.
sourcepub fn fsx_filesystem_arn(self, input: impl Into<String>) -> Self
pub fn fsx_filesystem_arn(self, input: impl Into<String>) -> Self
The ARN of the FSx for ONTAP file system.
sourcepub fn set_fsx_filesystem_arn(self, input: Option<String>) -> Self
pub fn set_fsx_filesystem_arn(self, input: Option<String>) -> Self
The ARN of the FSx for ONTAP file system.
sourcepub fn get_fsx_filesystem_arn(&self) -> &Option<String>
pub fn get_fsx_filesystem_arn(&self) -> &Option<String>
The ARN of the FSx for ONTAP file system.
sourcepub fn build(self) -> DescribeLocationFsxOntapOutput
pub fn build(self) -> DescribeLocationFsxOntapOutput
Consumes the builder and constructs a DescribeLocationFsxOntapOutput
.
Trait Implementations§
source§impl Clone for DescribeLocationFsxOntapOutputBuilder
impl Clone for DescribeLocationFsxOntapOutputBuilder
source§fn clone(&self) -> DescribeLocationFsxOntapOutputBuilder
fn clone(&self) -> DescribeLocationFsxOntapOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeLocationFsxOntapOutputBuilder
impl Default for DescribeLocationFsxOntapOutputBuilder
source§fn default() -> DescribeLocationFsxOntapOutputBuilder
fn default() -> DescribeLocationFsxOntapOutputBuilder
source§impl PartialEq for DescribeLocationFsxOntapOutputBuilder
impl PartialEq for DescribeLocationFsxOntapOutputBuilder
source§fn eq(&self, other: &DescribeLocationFsxOntapOutputBuilder) -> bool
fn eq(&self, other: &DescribeLocationFsxOntapOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.