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