public static interface NFSDataRepositoryConfiguration.Builder extends SdkPojo, CopyableBuilder<NFSDataRepositoryConfiguration.Builder,NFSDataRepositoryConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NFSDataRepositoryConfiguration.Builder |
autoExportPolicy(AutoExportPolicy autoExportPolicy)
This parameter is not supported for Amazon File Cache.
|
default NFSDataRepositoryConfiguration.Builder |
autoExportPolicy(Consumer<AutoExportPolicy.Builder> autoExportPolicy)
This parameter is not supported for Amazon File Cache.
|
NFSDataRepositoryConfiguration.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.
|
NFSDataRepositoryConfiguration.Builder |
dnsIps(String... dnsIps)
A list of up to 2 IP addresses of DNS servers used to resolve the NFS file system domain name.
|
NFSDataRepositoryConfiguration.Builder |
version(NfsVersion version)
The version of the NFS (Network File System) protocol of the NFS data repository.
|
NFSDataRepositoryConfiguration.Builder |
version(String version)
The version of the NFS (Network File System) protocol of the NFS data repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNFSDataRepositoryConfiguration.Builder version(String version)
The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only
supported value is NFS3, which indicates that the data repository must support the NFSv3
protocol.
version - The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only
supported value is NFS3, which indicates that the data repository must support the NFSv3
protocol.NfsVersion,
NfsVersionNFSDataRepositoryConfiguration.Builder version(NfsVersion version)
The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only
supported value is NFS3, which indicates that the data repository must support the NFSv3
protocol.
version - The version of the NFS (Network File System) protocol of the NFS data repository. Currently, the only
supported value is NFS3, which indicates that the data repository must support the NFSv3
protocol.NfsVersion,
NfsVersionNFSDataRepositoryConfiguration.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.
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.NFSDataRepositoryConfiguration.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.
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.NFSDataRepositoryConfiguration.Builder autoExportPolicy(AutoExportPolicy autoExportPolicy)
This parameter is not supported for Amazon File Cache.
autoExportPolicy - This parameter is not supported for Amazon File Cache.default NFSDataRepositoryConfiguration.Builder autoExportPolicy(Consumer<AutoExportPolicy.Builder> autoExportPolicy)
This parameter is not supported for Amazon File Cache.
This is a convenience method that creates an instance of theAutoExportPolicy.Builder avoiding the
need to create one manually via AutoExportPolicy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to autoExportPolicy(AutoExportPolicy).
autoExportPolicy - a consumer that will call methods on AutoExportPolicy.BuilderautoExportPolicy(AutoExportPolicy)Copyright © 2023. All rights reserved.