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 server belongs to.
|
CreateLocationFsxWindowsRequest.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows 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
system.
|
CreateLocationFsxWindowsRequest.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file
system.
|
CreateLocationFsxWindowsRequest.Builder |
securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows 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 system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationFsxWindowsRequest.Builder subdirectory(String subdirectory)
A subdirectory in the location’s path. This subdirectory in the Amazon FSx for Windows file system is used to read data from the Amazon FSx for Windows source location or write data to the FSx for Windows destination.
subdirectory - A subdirectory in the location’s path. This subdirectory in the Amazon FSx for Windows file system is
used to read data from the Amazon FSx for Windows source location or write data to the FSx for Windows
destination.CreateLocationFsxWindowsRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Windows file system.
fsxFilesystemArn - The Amazon Resource Name (ARN) for the FSx for Windows file system.CreateLocationFsxWindowsRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for
Windows file system.CreateLocationFsxWindowsRequest.Builder securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for Windows file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are to use to configure the FSx for
Windows 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 system.
user - The user who has the permissions to access files and folders in the FSx for Windows file system.CreateLocationFsxWindowsRequest.Builder domain(String domain)
The name of the Windows domain that the FSx for Windows server belongs to.
domain - The name of the Windows domain that the FSx for Windows 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 system.
password - The password of the user who has the permissions to access files and folders in the FSx for Windows
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.