public static interface CreateLocationFsxWindowsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxWindowsRequest.Builder,CreateLocationFsxWindowsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxWindowsRequest.Builder |
domain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
CreateLocationFsxWindowsRequest.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
|
CreateLocationFsxWindowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLocationFsxWindowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLocationFsxWindowsRequest.Builder |
password(String password)
The password of the user who has the permissions to access files and folders in the FSx for Windows File
Server file system.
|
CreateLocationFsxWindowsRequest.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File
Server file system.
|
CreateLocationFsxWindowsRequest.Builder |
securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File
Server file system.
|
CreateLocationFsxWindowsRequest.Builder |
subdirectory(String subdirectory)
A subdirectory in the location's path.
|
CreateLocationFsxWindowsRequest.Builder |
tags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest.Builder |
tags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxWindowsRequest.Builder |
user(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationFsxWindowsRequest.Builder subdirectory(String subdirectory)
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.
subdirectory - 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.CreateLocationFsxWindowsRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for Windows File Server file system.CreateLocationFsxWindowsRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows
File Server file system.CreateLocationFsxWindowsRequest.Builder securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows File Server file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Windows
File Server file system.CreateLocationFsxWindowsRequest.Builder tags(Collection<TagListEntry> 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.
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.CreateLocationFsxWindowsRequest.Builder tags(TagListEntry... 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.
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.CreateLocationFsxWindowsRequest.Builder tags(Consumer<TagListEntry.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateLocationFsxWindowsRequest.Builder user(String 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.
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.
CreateLocationFsxWindowsRequest.Builder domain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
domain - The name of the Windows domain that the FSx for Windows File Server belongs to.CreateLocationFsxWindowsRequest.Builder password(String password)
The password of the user who has the permissions to access files and folders in the FSx for Windows File Server file system.
password - The password of the user who has the permissions to access files and folders in the FSx for Windows
File Server file system.CreateLocationFsxWindowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationFsxWindowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.