Interface FileSystemEndpoint.Builder

    • Method Detail

      • dnsName

        FileSystemEndpoint.Builder dnsName​(String dnsName)
        Sets the value of the DNSName property for this object.
        Parameters:
        dnsName - The new value for the DNSName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddresses

        FileSystemEndpoint.Builder ipAddresses​(Collection<String> ipAddresses)

        IP addresses of the file system endpoint.

        Parameters:
        ipAddresses - IP addresses of the file system endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddresses

        FileSystemEndpoint.Builder ipAddresses​(String... ipAddresses)

        IP addresses of the file system endpoint.

        Parameters:
        ipAddresses - IP addresses of the file system endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.