Struct aws_sdk_datasync::input::create_location_fsx_windows_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateLocationFsxWindowsInput
Implementations
A subdirectory in the location's path. This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.
A subdirectory in the location's path. This subdirectory in the Amazon FSx for Windows File Server file system is used to read data from the Amazon FSx for Windows File Server source location or write data to the FSx for Windows File Server destination.
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
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 Windows File Server file system.
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
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 user who has the permissions to access files and folders in the FSx for Windows File Server file system.
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.
The name of the Windows domain that the FSx for Windows File Server belongs to.
The name of the Windows domain that the FSx for Windows File Server belongs to.
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.
Consumes the builder and constructs a CreateLocationFsxWindowsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more