Interface FileCacheNFSConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FileCacheNFSConfiguration.Builder,FileCacheNFSConfiguration>,SdkBuilder<FileCacheNFSConfiguration.Builder,FileCacheNFSConfiguration>,SdkPojo
- Enclosing class:
- FileCacheNFSConfiguration
public static interface FileCacheNFSConfiguration.Builder extends SdkPojo, CopyableBuilder<FileCacheNFSConfiguration.Builder,FileCacheNFSConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileCacheNFSConfiguration.BuilderdnsIps(String... dnsIps)A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.FileCacheNFSConfiguration.BuilderdnsIps(Collection<String> dnsIps)A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.FileCacheNFSConfiguration.Builderversion(String version)The version of the NFS (Network File System) protocol of the NFS data repository.FileCacheNFSConfiguration.Builderversion(NfsVersion version)The version of the NFS (Network File System) protocol of the NFS data repository.-
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, sdkFields
-
-
-
-
Method Detail
-
version
FileCacheNFSConfiguration.Builder version(String version)
The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is
NFS3, which indicates that the data repository must support the NFSv3 protocol.- Parameters:
version- The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value isNFS3, which indicates that the data repository must support the NFSv3 protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NfsVersion,NfsVersion
-
version
FileCacheNFSConfiguration.Builder version(NfsVersion version)
The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value is
NFS3, which indicates that the data repository must support the NFSv3 protocol.- Parameters:
version- The version of the NFS (Network File System) protocol of the NFS data repository. The only supported value isNFS3, which indicates that the data repository must support the NFSv3 protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NfsVersion,NfsVersion
-
dnsIps
FileCacheNFSConfiguration.Builder dnsIps(Collection<String> dnsIps)
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
- Parameters:
dnsIps- A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsIps
FileCacheNFSConfiguration.Builder dnsIps(String... dnsIps)
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.
- Parameters:
dnsIps- A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name. The provided IP addresses can either be the IP addresses of a DNS forwarder or resolver that the customer manages and runs inside the customer VPC, or the IP addresses of the on-premises DNS servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-