// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`CreateLocationFsxLustre`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`fsx_filesystem_arn(impl Into<String>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::fsx_filesystem_arn) / [`set_fsx_filesystem_arn(Option<String>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::set_fsx_filesystem_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) for the FSx for Lustre file system.</p><br>
/// - [`security_group_arns(impl Into<String>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::security_group_arns) / [`set_security_group_arns(Option<Vec::<String>>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::set_security_group_arns):<br>required: **true**<br><p>The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.</p><br>
/// - [`subdirectory(impl Into<String>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::subdirectory) / [`set_subdirectory(Option<String>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::set_subdirectory):<br>required: **false**<br><p>A subdirectory in the location's path. This subdirectory in the FSx for Lustre file system is used to read data from the FSx for Lustre source location or write data to the FSx for Lustre destination.</p><br>
/// - [`tags(TagListEntry)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::tags) / [`set_tags(Option<Vec::<TagListEntry>>)`](crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::set_tags):<br>required: **false**<br><p>The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.</p><br>
/// - On success, responds with [`CreateLocationFsxLustreOutput`](crate::operation::create_location_fsx_lustre::CreateLocationFsxLustreOutput) with field(s):
/// - [`location_arn(Option<String>)`](crate::operation::create_location_fsx_lustre::CreateLocationFsxLustreOutput::location_arn): <p>The Amazon Resource Name (ARN) of the FSx for Lustre file system location that's created.</p>
/// - On failure, responds with [`SdkError<CreateLocationFsxLustreError>`](crate::operation::create_location_fsx_lustre::CreateLocationFsxLustreError)
pub fn create_location_fsx_lustre(&self) -> crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder {
crate::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreFluentBuilder::new(self.handle.clone())
}
}