Struct aws_sdk_datasync::operation::create_location_fsx_lustre::builders::CreateLocationFsxLustreInputBuilder
source · #[non_exhaustive]pub struct CreateLocationFsxLustreInputBuilder { /* private fields */ }
Expand description
A builder for CreateLocationFsxLustreInput
.
Implementations§
source§impl CreateLocationFsxLustreInputBuilder
impl CreateLocationFsxLustreInputBuilder
sourcepub fn fsx_filesystem_arn(self, input: impl Into<String>) -> Self
pub fn fsx_filesystem_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) for the FSx for Lustre 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 Amazon Resource Name (ARN) for the FSx for Lustre file system.
sourcepub fn get_fsx_filesystem_arn(&self) -> &Option<String>
pub fn get_fsx_filesystem_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) for the FSx for Lustre 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 Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre 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 Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
sourcepub fn get_security_group_arns(&self) -> &Option<Vec<String>>
pub fn get_security_group_arns(&self) -> &Option<Vec<String>>
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file system.
sourcepub fn subdirectory(self, input: impl Into<String>) -> Self
pub fn subdirectory(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_subdirectory(self, input: Option<String>) -> Self
pub fn set_subdirectory(self, input: Option<String>) -> Self
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.
sourcepub fn get_subdirectory(&self) -> &Option<String>
pub fn get_subdirectory(&self) -> &Option<String>
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.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
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.
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.
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.
sourcepub fn build(self) -> Result<CreateLocationFsxLustreInput, BuildError>
pub fn build(self) -> Result<CreateLocationFsxLustreInput, BuildError>
Consumes the builder and constructs a CreateLocationFsxLustreInput
.
source§impl CreateLocationFsxLustreInputBuilder
impl CreateLocationFsxLustreInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateLocationFsxLustreOutput, SdkError<CreateLocationFsxLustreError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateLocationFsxLustreOutput, SdkError<CreateLocationFsxLustreError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateLocationFsxLustreInputBuilder
impl Clone for CreateLocationFsxLustreInputBuilder
source§fn clone(&self) -> CreateLocationFsxLustreInputBuilder
fn clone(&self) -> CreateLocationFsxLustreInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateLocationFsxLustreInputBuilder
impl Default for CreateLocationFsxLustreInputBuilder
source§fn default() -> CreateLocationFsxLustreInputBuilder
fn default() -> CreateLocationFsxLustreInputBuilder
source§impl PartialEq for CreateLocationFsxLustreInputBuilder
impl PartialEq for CreateLocationFsxLustreInputBuilder
source§fn eq(&self, other: &CreateLocationFsxLustreInputBuilder) -> bool
fn eq(&self, other: &CreateLocationFsxLustreInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.