public static interface DescribeLocationFsxWindowsResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationFsxWindowsResponse.Builder,DescribeLocationFsxWindowsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationFsxWindowsResponse.Builder |
creationTime(Instant creationTime)
The time that the FSx for Windows File Server location was created.
|
DescribeLocationFsxWindowsResponse.Builder |
domain(String domain)
The name of the Windows domain that the FSx for Windows File Server belongs to.
|
DescribeLocationFsxWindowsResponse.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
|
DescribeLocationFsxWindowsResponse.Builder |
locationUri(String locationUri)
The URL of the FSx for Windows File Server location that was described.
|
DescribeLocationFsxWindowsResponse.Builder |
securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File
Server file system.
|
DescribeLocationFsxWindowsResponse.Builder |
securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File
Server file system.
|
DescribeLocationFsxWindowsResponse.Builder |
user(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocationFsxWindowsResponse.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
locationArn - The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.DescribeLocationFsxWindowsResponse.Builder locationUri(String locationUri)
The URL of the FSx for Windows File Server location that was described.
locationUri - The URL of the FSx for Windows File Server location that was described.DescribeLocationFsxWindowsResponse.Builder securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows
File Server file system.DescribeLocationFsxWindowsResponse.Builder securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
securityGroupArns - The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows
File Server file system.DescribeLocationFsxWindowsResponse.Builder creationTime(Instant creationTime)
The time that the FSx for Windows File Server location was created.
creationTime - The time that the FSx for Windows File Server location was created.DescribeLocationFsxWindowsResponse.Builder user(String user)
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
user - The user who has the permissions to access files and folders in the FSx for Windows File Server file
system.DescribeLocationFsxWindowsResponse.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.Copyright © 2023. All rights reserved.