@Stability(value=Stable) public static final class CfnFileSystem.ClientConfigurationsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFileSystem.ClientConfigurationsProperty>
CfnFileSystem.ClientConfigurationsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFileSystem.ClientConfigurationsProperty |
build()
Builds the configured instance.
|
CfnFileSystem.ClientConfigurationsProperty.Builder |
clients(String clients)
Sets the value of
CfnFileSystem.ClientConfigurationsProperty.getClients() |
CfnFileSystem.ClientConfigurationsProperty.Builder |
options(List<String> options)
Sets the value of
CfnFileSystem.ClientConfigurationsProperty.getOptions() |
@Stability(value=Stable) public CfnFileSystem.ClientConfigurationsProperty.Builder clients(String clients)
CfnFileSystem.ClientConfigurationsProperty.getClients()clients - A value that specifies who can mount the file system.
You can provide a wildcard character ( * ), an IP address ( 0.0.0.0 ), or a CIDR address ( 192.0.2.0/24 ). By default, Amazon FSx uses the wildcard character when specifying the client.this@Stability(value=Stable) public CfnFileSystem.ClientConfigurationsProperty.Builder options(List<String> options)
CfnFileSystem.ClientConfigurationsProperty.getOptions()options - The options to use when mounting the file system.
For a list of options that you can use with Network File System (NFS), see the exports(5) - Linux man page . When choosing your options, consider the following:
crossmnt is used by default. If you don't specify crossmnt when changing the client configuration, you won't be able to see or access snapshots in your file system's snapshot directory.sync is used by default. If you instead specify async , the system acknowledges writes before writing to disk. If the system crashes before the writes are finished, you lose the unwritten data.this@Stability(value=Stable) public CfnFileSystem.ClientConfigurationsProperty build()
build in interface software.amazon.jsii.Builder<CfnFileSystem.ClientConfigurationsProperty>CfnFileSystem.ClientConfigurationsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.