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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLocationFsxWindowsResponse.BuildercreationTime(Instant creationTime)The time that the FSx for Windows File Server location was created.DescribeLocationFsxWindowsResponse.Builderdomain(String domain)The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.DescribeLocationFsxWindowsResponse.BuilderlocationArn(String locationArn)The ARN of the FSx for Windows File Server location.DescribeLocationFsxWindowsResponse.BuilderlocationUri(String locationUri)The uniform resource identifier (URI) of the FSx for Windows File Server location.DescribeLocationFsxWindowsResponse.BuildersecurityGroupArns(String... securityGroupArns)The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet.DescribeLocationFsxWindowsResponse.BuildersecurityGroupArns(Collection<String> securityGroupArns)The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet.DescribeLocationFsxWindowsResponse.Builderuser(String user)The user with the permissions to mount and access 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
locationArn
DescribeLocationFsxWindowsResponse.Builder locationArn(String locationArn)
The ARN of the FSx for Windows File Server location.
- Parameters:
locationArn- The ARN of the FSx for Windows File Server location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
DescribeLocationFsxWindowsResponse.Builder locationUri(String locationUri)
The uniform resource identifier (URI) of the FSx for Windows File Server location.
- Parameters:
locationUri- The uniform resource identifier (URI) of the FSx for Windows File Server location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
DescribeLocationFsxWindowsResponse.Builder securityGroupArns(Collection<String> securityGroupArns)
The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet.
For information about configuring security groups for file system access, see the Amazon FSx for Windows File Server User Guide .
- Parameters:
securityGroupArns- The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet.For information about configuring security groups for file system access, see the Amazon FSx for Windows File Server User Guide .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
DescribeLocationFsxWindowsResponse.Builder securityGroupArns(String... securityGroupArns)
The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet.
For information about configuring security groups for file system access, see the Amazon FSx for Windows File Server User Guide .
- Parameters:
securityGroupArns- The ARNs of the Amazon EC2 security groups that provide access to your file system's preferred subnet.For information about configuring security groups for file system access, see the Amazon FSx for Windows File Server User Guide .
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLocationFsxWindowsResponse.Builder creationTime(Instant 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
DescribeLocationFsxWindowsResponse.Builder user(String user)
The user with the permissions to mount and access the FSx for Windows File Server file system.
- Parameters:
user- The user with the permissions to mount and access the FSx for Windows File Server file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
DescribeLocationFsxWindowsResponse.Builder domain(String domain)
The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.
- Parameters:
domain- The name of the Microsoft Active Directory domain that the FSx for Windows File Server file system belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-