Interface DescribeLocationFsxWindowsResponse.Builder

    • 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 security groups that are configured for the FSx for Windows File Server file system.

        Parameters:
        securityGroupArns - The 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

        DescribeLocationFsxWindowsResponse.Builder securityGroupArns​(String... securityGroupArns)

        The ARNs of the security groups that are configured for the FSx for Windows File Server file system.

        Parameters:
        securityGroupArns - The 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

        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.