public static interface UpdateOpenZFSVolumeConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateOpenZFSVolumeConfiguration.Builder,UpdateOpenZFSVolumeConfiguration>
| Modifier and Type | Method and Description |
|---|---|
UpdateOpenZFSVolumeConfiguration.Builder |
dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume.
|
UpdateOpenZFSVolumeConfiguration.Builder |
dataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume.
|
UpdateOpenZFSVolumeConfiguration.Builder |
nfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration.Builder |
nfsExports(Consumer<OpenZFSNfsExport.Builder>... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration.Builder |
nfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
|
UpdateOpenZFSVolumeConfiguration.Builder |
readOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
|
UpdateOpenZFSVolumeConfiguration.Builder |
recordSizeKiB(Integer recordSizeKiB)
Specifies the record size of an OpenZFS volume, in kibibytes (KiB).
|
UpdateOpenZFSVolumeConfiguration.Builder |
storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.
|
UpdateOpenZFSVolumeConfiguration.Builder |
storageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume.
|
UpdateOpenZFSVolumeConfiguration.Builder |
userAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
UpdateOpenZFSVolumeConfiguration.Builder |
userAndGroupQuotas(Consumer<OpenZFSUserOrGroupQuota.Builder>... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
UpdateOpenZFSVolumeConfiguration.Builder |
userAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateOpenZFSVolumeConfiguration.Builder storageCapacityReservationGiB(Integer storageCapacityReservationGiB)
The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more storage
than the parent volume has reserved. You can specify a value of -1 to unset a volume's storage
capacity reservation.
storageCapacityReservationGiB - The amount of storage in gibibytes (GiB) to reserve from the parent volume. You can't reserve more
storage than the parent volume has reserved. You can specify a value of -1 to unset a
volume's storage capacity reservation.UpdateOpenZFSVolumeConfiguration.Builder storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can specify a
quota larger than the storage on the parent volume. You can specify a value of -1 to unset a
volume's storage capacity quota.
storageCapacityQuotaGiB - The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent. You can
specify a quota larger than the storage on the parent volume. You can specify a value of
-1 to unset a volume's storage capacity quota.UpdateOpenZFSVolumeConfiguration.Builder recordSizeKiB(Integer recordSizeKiB)
Specifies the record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64, 128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size. Database workflows can benefit from a smaller record size, while streaming workflows can benefit from a larger record size. For additional guidance on when to set a custom record size, see Tips for maximizing performance in the Amazon FSx for OpenZFS User Guide.
recordSizeKiB - Specifies the record size of an OpenZFS volume, in kibibytes (KiB). Valid values are 4, 8, 16, 32, 64,
128, 256, 512, or 1024 KiB. The default is 128 KiB. Most workloads should use the default record size.
Database workflows can benefit from a smaller record size, while streaming workflows can benefit from
a larger record size. For additional guidance on when to set a custom record size, see Tips
for maximizing performance in the Amazon FSx for OpenZFS User Guide.UpdateOpenZFSVolumeConfiguration.Builder dataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume. The compression type is NONE by
default.
NONE - Doesn't compress the data on the volume. NONE is the default.
ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm.
Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.
LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to
Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
dataCompressionType - Specifies the method used to compress the data on the volume. The compression type is
NONE by default.
NONE - Doesn't compress the data on the volume. NONE is the default.
ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression
algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage
utilization.
LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to
Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
OpenZFSDataCompressionType,
OpenZFSDataCompressionTypeUpdateOpenZFSVolumeConfiguration.Builder dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume. The compression type is NONE by
default.
NONE - Doesn't compress the data on the volume. NONE is the default.
ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression algorithm.
Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage utilization.
LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to
Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
dataCompressionType - Specifies the method used to compress the data on the volume. The compression type is
NONE by default.
NONE - Doesn't compress the data on the volume. NONE is the default.
ZSTD - Compresses the data in the volume using the Zstandard (ZSTD) compression
algorithm. Compared to LZ4, Z-Standard provides a better compression ratio to minimize on-disk storage
utilization.
LZ4 - Compresses the data in the volume using the LZ4 compression algorithm. Compared to
Z-Standard, LZ4 is less compute-intensive and delivers higher write throughput speeds.
OpenZFSDataCompressionType,
OpenZFSDataCompressionTypeUpdateOpenZFSVolumeConfiguration.Builder nfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
nfsExports - The configuration object for mounting a Network File System (NFS) file system.UpdateOpenZFSVolumeConfiguration.Builder nfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
nfsExports - The configuration object for mounting a Network File System (NFS) file system.UpdateOpenZFSVolumeConfiguration.Builder nfsExports(Consumer<OpenZFSNfsExport.Builder>... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
This is a convenience method that creates an instance of theOpenZFSNfsExport.Builder avoiding the need to create one
manually via OpenZFSNfsExport.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #nfsExports(List.
nfsExports - a consumer that will call methods on
OpenZFSNfsExport.Builder#nfsExports(java.util.Collection) UpdateOpenZFSVolumeConfiguration.Builder userAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.UpdateOpenZFSVolumeConfiguration.Builder userAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
userAndGroupQuotas - An object specifying how much storage users or groups can use on the volume.UpdateOpenZFSVolumeConfiguration.Builder userAndGroupQuotas(Consumer<OpenZFSUserOrGroupQuota.Builder>... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
This is a convenience method that creates an instance of theOpenZFSUserOrGroupQuota.Builder avoiding the need to create
one manually via OpenZFSUserOrGroupQuota.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #userAndGroupQuotas(List.
userAndGroupQuotas - a consumer that will call methods on
OpenZFSUserOrGroupQuota.Builder#userAndGroupQuotas(java.util.Collection) UpdateOpenZFSVolumeConfiguration.Builder readOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
readOnly - A Boolean value indicating whether the volume is read-only.Copyright © 2023. All rights reserved.