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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileSystemEndpoint.BuilderdnsName(String dnsName)Sets the value of the DNSName property for this object.FileSystemEndpoint.BuilderipAddresses(String... ipAddresses)IP addresses of the file system endpoint.FileSystemEndpoint.BuilderipAddresses(Collection<String> ipAddresses)IP addresses of the file system endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-