Interface FileSystemEndpoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FileSystemEndpoint.Builder,,FileSystemEndpoint> SdkBuilder<FileSystemEndpoint.Builder,,FileSystemEndpoint> SdkPojo
- Enclosing class:
FileSystemEndpoint
@Mutable
@NotThreadSafe
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) The IPv4 addresses of the file system endpoint.ipAddresses(Collection<String> ipAddresses) The IPv4 addresses of the file system endpoint.ipv6Addresses(String... ipv6Addresses) The IPv6 addresses of the file system endpoint.ipv6Addresses(Collection<String> ipv6Addresses) The IPv6 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, sdkFieldNameToField, 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
The IPv4 addresses of the file system endpoint.
- Parameters:
ipAddresses- The IPv4 addresses of the file system endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddresses
The IPv4 addresses of the file system endpoint.
- Parameters:
ipAddresses- The IPv4 addresses of the file system endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Addresses
The IPv6 addresses of the file system endpoint.
- Parameters:
ipv6Addresses- The IPv6 addresses of the file system endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipv6Addresses
The IPv6 addresses of the file system endpoint.
- Parameters:
ipv6Addresses- The IPv6 addresses of the file system endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-