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 Summary
Modifier and TypeMethodDescriptionSets the value of the DNSName property for this object.ipAddresses(String... ipAddresses) IP addresses of the file system endpoint.ipAddresses(Collection<String> ipAddresses) IP addresses of the file system endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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
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
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.
 
 
 -