public static interface FileSystemEndpoint.Builder extends SdkPojo, CopyableBuilder<FileSystemEndpoint.Builder,FileSystemEndpoint>
| Modifier and Type | Method and Description |
|---|---|
FileSystemEndpoint.Builder |
dnsName(String dnsName)
Sets the value of the DNSName property for this object.
|
FileSystemEndpoint.Builder |
ipAddresses(Collection<String> ipAddresses)
IP addresses of the file system endpoint.
|
FileSystemEndpoint.Builder |
ipAddresses(String... ipAddresses)
IP addresses of the file system endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemEndpoint.Builder dnsName(String dnsName)
dnsName - The new value for the DNSName property for this object.FileSystemEndpoint.Builder ipAddresses(Collection<String> ipAddresses)
IP addresses of the file system endpoint.
ipAddresses - IP addresses of the file system endpoint.FileSystemEndpoint.Builder ipAddresses(String... ipAddresses)
IP addresses of the file system endpoint.
ipAddresses - IP addresses of the file system endpoint.Copyright © 2023. All rights reserved.