aws_sdk_datasync/client/update_location_fsx_ontap.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateLocationFsxOntap`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`location_arn(impl Into<String>)`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::location_arn) / [`set_location_arn(Option<String>)`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::set_location_arn):<br>required: **true**<br><p>Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you're updating.</p><br>
/// - [`protocol(FsxUpdateProtocol)`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::protocol) / [`set_protocol(Option<FsxUpdateProtocol>)`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::set_protocol):<br>required: **false**<br><p>Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.</p><br>
/// - [`subdirectory(impl Into<String>)`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::subdirectory) / [`set_subdirectory(Option<String>)`](crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::set_subdirectory):<br>required: **false**<br><p>Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from.</p> <p>You can specify a junction path (also known as a mount point), qtree path (for NFS file shares), or share name (for SMB file shares). For example, your mount path might be <code>/vol1</code>, <code>/vol1/tree1</code>, or <code>/share1</code>.</p><note> <p>Don't specify a junction path in the SVM's root volume. For more information, see <a href="https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/managing-svms.html">Managing FSx for ONTAP storage virtual machines</a> in the <i>Amazon FSx for NetApp ONTAP User Guide</i>.</p> </note><br>
/// - On success, responds with [`UpdateLocationFsxOntapOutput`](crate::operation::update_location_fsx_ontap::UpdateLocationFsxOntapOutput)
/// - On failure, responds with [`SdkError<UpdateLocationFsxOntapError>`](crate::operation::update_location_fsx_ontap::UpdateLocationFsxOntapError)
pub fn update_location_fsx_ontap(&self) -> crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder {
crate::operation::update_location_fsx_ontap::builders::UpdateLocationFsxOntapFluentBuilder::new(self.handle.clone())
}
}