Interface FileSystemEndpoint.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FileSystemEndpoint.Builder,FileSystemEndpoint>, SdkBuilder<FileSystemEndpoint.Builder,FileSystemEndpoint>, SdkPojo
Enclosing class:
FileSystemEndpoint

public static interface FileSystemEndpoint.Builder extends SdkPojo, CopyableBuilder<FileSystemEndpoint.Builder,FileSystemEndpoint>
  • Method Details

    • 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.