Uses of Interface
software.amazon.awssdk.services.fsx.model.FileCacheNFSConfiguration.Builder
-
Packages that use FileCacheNFSConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of FileCacheNFSConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return FileCacheNFSConfiguration.Builder Modifier and Type Method Description static FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration. builder()FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration.Builder. dnsIps(String... dnsIps)A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration.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.FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration. toBuilder()FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration.Builder. version(String version)The version of the NFS (Network File System) protocol of the NFS data repository.FileCacheNFSConfiguration.BuilderFileCacheNFSConfiguration.Builder. version(NfsVersion version)The version of the NFS (Network File System) protocol of the NFS data repository.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type FileCacheNFSConfiguration.Builder Modifier and Type Method Description static Class<? extends FileCacheNFSConfiguration.Builder>FileCacheNFSConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type FileCacheNFSConfiguration.Builder Modifier and Type Method Description default FileCacheDataRepositoryAssociation.BuilderFileCacheDataRepositoryAssociation.Builder. nfs(Consumer<FileCacheNFSConfiguration.Builder> nfs)The configuration for a data repository association that links an Amazon File Cache resource to an NFS data repository.
-