public static interface CreateLocationFsxWindowsRequest.Builder extends DataSyncRequest.Builder, SdkPojo, CopyableBuilder<CreateLocationFsxWindowsRequest.Builder,CreateLocationFsxWindowsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxWindowsRequest.Builder |
domain(String domain)
Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.
|
CreateLocationFsxWindowsRequest.Builder |
fsxFilesystemArn(String fsxFilesystemArn)
Specifies 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)
Specifies the password of the user who has the permissions to access files and folders in the file system.
|
CreateLocationFsxWindowsRequest.Builder |
securityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxWindowsRequest.Builder |
securityGroupArns(String... securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxWindowsRequest.Builder |
subdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes.
|
CreateLocationFsxWindowsRequest.Builder |
tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest.Builder |
tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest.Builder |
tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxWindowsRequest.Builder |
user(String user)
Specifies the user who has the permissions to access files and folders in the file system.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLocationFsxWindowsRequest.Builder subdirectory(String subdirectory)
Specifies a mount path for your file system using forward slashes. This is where DataSync reads or writes data (depending on if this is a source or destination location).
subdirectory - Specifies a mount path for your file system using forward slashes. This is where DataSync reads or
writes data (depending on if this is a source or destination location).CreateLocationFsxWindowsRequest.Builder fsxFilesystemArn(String fsxFilesystemArn)
Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.
fsxFilesystemArn - Specifies the Amazon Resource Name (ARN) for the FSx for Windows File Server file system.CreateLocationFsxWindowsRequest.Builder securityGroupArns(Collection<String> securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
securityGroupArns - Specifies the ARNs of the security groups that provide access to your file system's preferred
subnet. If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
CreateLocationFsxWindowsRequest.Builder securityGroupArns(String... securityGroupArns)
Specifies the ARNs of the security groups that provide access to your file system's preferred subnet.
If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
securityGroupArns - Specifies the ARNs of the security groups that provide access to your file system's preferred
subnet. If you choose a security group that doesn't allow connections from within itself, do one of the following:
Configure the security group to allow it to communicate within itself.
Choose a different security group that can communicate with the mount target's security group.
CreateLocationFsxWindowsRequest.Builder tags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
We recommend creating at least a name tag for your location.CreateLocationFsxWindowsRequest.Builder tags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
tags - Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
We recommend creating at least a name tag for your location.CreateLocationFsxWindowsRequest.Builder tags(Consumer<TagListEntry.Builder>... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
This is a convenience method that creates an instance of theTagListEntry.Builder avoiding the need to create one
manually via TagListEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
TagListEntry.Builder#tags(java.util.Collection) CreateLocationFsxWindowsRequest.Builder user(String user)
Specifies the user who has the permissions to access files and folders in the file system.
For information about choosing a user name that ensures sufficient permissions to files, folders, and metadata, see user.
user - Specifies the user who has the permissions to access files and folders in the 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)
Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.
domain - Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.CreateLocationFsxWindowsRequest.Builder password(String password)
Specifies the password of the user who has the permissions to access files and folders in the file system.
password - Specifies the password of the user who has the permissions to access files and folders in the file
system.CreateLocationFsxWindowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLocationFsxWindowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.