| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.builder() |
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.copyTagsToSnapshots(Boolean copyTagsToSnapshots)
A Boolean value indicating whether tags for the volume should be copied to snapshots of the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.dataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.nfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.nfsExports(Consumer<OpenZFSNfsExport.Builder>... nfsExports)
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.nfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a file system.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.readOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.recordSizeKiB(Integer recordSizeKiB)
Specifies the record size of an OpenZFS root volume, in kibibytes (KiB).
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.toBuilder() |
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.userAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.userAndGroupQuotas(Consumer<OpenZFSUserOrGroupQuota.Builder>... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
OpenZFSCreateRootVolumeConfiguration.Builder |
OpenZFSCreateRootVolumeConfiguration.Builder.userAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpenZFSCreateRootVolumeConfiguration.Builder> |
OpenZFSCreateRootVolumeConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemOpenZFSConfiguration.Builder |
CreateFileSystemOpenZFSConfiguration.Builder.rootVolumeConfiguration(Consumer<OpenZFSCreateRootVolumeConfiguration.Builder> rootVolumeConfiguration)
The configuration Amazon FSx uses when creating the root value of the Amazon FSx for OpenZFS file system.
|
Copyright © 2023. All rights reserved.