Interface DescribeLocationFsxWindowsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeLocationFsxWindowsResponse.Builder,
,DescribeLocationFsxWindowsResponse> DataSyncResponse.Builder
,SdkBuilder<DescribeLocationFsxWindowsResponse.Builder,
,DescribeLocationFsxWindowsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeLocationFsxWindowsResponse
public static interface DescribeLocationFsxWindowsResponse.Builder
extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationFsxWindowsResponse.Builder,DescribeLocationFsxWindowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time that the FSx for Windows File Server location was created.The name of the Windows domain that the FSx for Windows File Server belongs to.locationArn
(String locationArn) The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.locationUri
(String locationUri) The URL of the FSx for Windows File Server location that was described.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
(Collection<String> securityGroupArns) The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.The user who has the permissions to access files and folders in the FSx for Windows File Server file system.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
locationArn
The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.
- Parameters:
locationArn
- The Amazon Resource Name (ARN) of the FSx for Windows File Server location that was described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
The URL of the FSx for Windows File Server location that was described.
- Parameters:
locationUri
- The URL of the FSx for Windows File Server location that was described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
- Parameters:
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.
- Parameters:
securityGroupArns
- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Windows File Server file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time that the FSx for Windows File Server location was created.
- Parameters:
creationTime
- The time that the FSx for Windows File Server location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
user
The user who has the permissions to access files and folders in the FSx for Windows File Server file system.
- Parameters:
user
- The user who has the permissions to access files and folders in the FSx for Windows File Server file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The name of the Windows domain that the FSx for Windows File Server belongs to.
- Parameters:
domain
- The name of the Windows domain that the FSx for Windows File Server belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-