Interface OpenZFSVolumeConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpenZFSVolumeConfiguration.Builder,OpenZFSVolumeConfiguration>,SdkBuilder<OpenZFSVolumeConfiguration.Builder,OpenZFSVolumeConfiguration>,SdkPojo
- Enclosing class:
- OpenZFSVolumeConfiguration
public static interface OpenZFSVolumeConfiguration.Builder extends SdkPojo, CopyableBuilder<OpenZFSVolumeConfiguration.Builder,OpenZFSVolumeConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description OpenZFSVolumeConfiguration.BuildercopyStrategy(String copyStrategy)Specifies the strategy used when copying data from the snapshot to the new volume.OpenZFSVolumeConfiguration.BuildercopyStrategy(OpenZFSCopyStrategy copyStrategy)Specifies the strategy used when copying data from the snapshot to the new volume.OpenZFSVolumeConfiguration.BuildercopyTagsToSnapshots(Boolean copyTagsToSnapshots)A Boolean value indicating whether tags for the volume should be copied to snapshots.OpenZFSVolumeConfiguration.BuilderdataCompressionType(String dataCompressionType)Specifies the method used to compress the data on the volume.OpenZFSVolumeConfiguration.BuilderdataCompressionType(OpenZFSDataCompressionType dataCompressionType)Specifies the method used to compress the data on the volume.OpenZFSVolumeConfiguration.BuilderdeleteClonedVolumes(Boolean deleteClonedVolumes)A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.OpenZFSVolumeConfiguration.BuilderdeleteIntermediateData(Boolean deleteIntermediateData)A Boolean value indicating whether snapshot data that differs between the current state and the specified snapshot should be overwritten when a volume is restored from a snapshot.OpenZFSVolumeConfiguration.BuilderdeleteIntermediateSnaphots(Boolean deleteIntermediateSnaphots)A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.OpenZFSVolumeConfiguration.BuilderdestinationSnapshot(String destinationSnapshot)The ID of the snapshot that's being copied or was most recently copied to the destination volume.OpenZFSVolumeConfiguration.BuildernfsExports(Collection<OpenZFSNfsExport> nfsExports)The configuration object for mounting a Network File System (NFS) file system.OpenZFSVolumeConfiguration.BuildernfsExports(Consumer<OpenZFSNfsExport.Builder>... nfsExports)The configuration object for mounting a Network File System (NFS) file system.OpenZFSVolumeConfiguration.BuildernfsExports(OpenZFSNfsExport... nfsExports)The configuration object for mounting a Network File System (NFS) file system.default OpenZFSVolumeConfiguration.BuilderoriginSnapshot(Consumer<OpenZFSOriginSnapshotConfiguration.Builder> originSnapshot)The configuration object that specifies the snapshot to use as the origin of the data for the volume.OpenZFSVolumeConfiguration.BuilderoriginSnapshot(OpenZFSOriginSnapshotConfiguration originSnapshot)The configuration object that specifies the snapshot to use as the origin of the data for the volume.OpenZFSVolumeConfiguration.BuilderparentVolumeId(String parentVolumeId)The ID of the parent volume.OpenZFSVolumeConfiguration.BuilderreadOnly(Boolean readOnly)A Boolean value indicating whether the volume is read-only.OpenZFSVolumeConfiguration.BuilderrecordSizeKiB(Integer recordSizeKiB)The record size of an OpenZFS volume, in kibibytes (KiB).OpenZFSVolumeConfiguration.BuilderrestoreToSnapshot(String restoreToSnapshot)Specifies the ID of the snapshot to which the volume was restored.OpenZFSVolumeConfiguration.BuildersourceSnapshotARN(String sourceSnapshotARN)Sets the value of the SourceSnapshotARN property for this object.OpenZFSVolumeConfiguration.BuilderstorageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent.OpenZFSVolumeConfiguration.BuilderstorageCapacityReservationGiB(Integer storageCapacityReservationGiB)The amount of storage in gibibytes (GiB) to reserve from the parent volume.OpenZFSVolumeConfiguration.BuilderuserAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)An object specifying how much storage users or groups can use on the volume.OpenZFSVolumeConfiguration.BuilderuserAndGroupQuotas(Consumer<OpenZFSUserOrGroupQuota.Builder>... userAndGroupQuotas)An object specifying how much storage users or groups can use on the volume.OpenZFSVolumeConfiguration.BuilderuserAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)An object specifying how much storage users or groups can use on the volume.OpenZFSVolumeConfiguration.BuildervolumePath(String volumePath)The path to the volume from the root volume.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
parentVolumeId
OpenZFSVolumeConfiguration.Builder parentVolumeId(String parentVolumeId)
The ID of the parent volume.
- Parameters:
parentVolumeId- The ID of the parent volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumePath
OpenZFSVolumeConfiguration.Builder volumePath(String volumePath)
The path to the volume from the root volume. For example,
fsx/parentVolume/volume1.- Parameters:
volumePath- The path to the volume from the root volume. For example,fsx/parentVolume/volume1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageCapacityReservationGiB
OpenZFSVolumeConfiguration.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageCapacityQuotaGiB
OpenZFSVolumeConfiguration.Builder storageCapacityQuotaGiB(Integer storageCapacityQuotaGiB)
The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.
- Parameters:
storageCapacityQuotaGiB- The maximum amount of storage in gibibtyes (GiB) that the volume can use from its parent. You can specify a quota larger than the storage on the parent volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordSizeKiB
OpenZFSVolumeConfiguration.Builder recordSizeKiB(Integer recordSizeKiB)
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. For guidance on when to set a custom record size, see the Amazon FSx for OpenZFS User Guide.
- Parameters:
recordSizeKiB- 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. For guidance on when to set a custom record size, see the Amazon FSx for OpenZFS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataCompressionType
OpenZFSVolumeConfiguration.Builder dataCompressionType(String dataCompressionType)
Specifies the method used to compress the data on the volume. The compression type is
NONEby default.-
NONE- Doesn't compress the data on the volume.NONEis 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.
- Parameters:
dataCompressionType- Specifies the method used to compress the data on the volume. The compression type isNONEby default.-
NONE- Doesn't compress the data on the volume.NONEis 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpenZFSDataCompressionType,OpenZFSDataCompressionType
-
-
dataCompressionType
OpenZFSVolumeConfiguration.Builder dataCompressionType(OpenZFSDataCompressionType dataCompressionType)
Specifies the method used to compress the data on the volume. The compression type is
NONEby default.-
NONE- Doesn't compress the data on the volume.NONEis 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.
- Parameters:
dataCompressionType- Specifies the method used to compress the data on the volume. The compression type isNONEby default.-
NONE- Doesn't compress the data on the volume.NONEis 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpenZFSDataCompressionType,OpenZFSDataCompressionType
-
-
copyTagsToSnapshots
OpenZFSVolumeConfiguration.Builder copyTagsToSnapshots(Boolean copyTagsToSnapshots)
A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults to
false. If it's set totrue, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value istrueand you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.- Parameters:
copyTagsToSnapshots- A Boolean value indicating whether tags for the volume should be copied to snapshots. This value defaults tofalse. If it's set totrue, all tags for the volume are copied to snapshots where the user doesn't specify tags. If this value istrueand you specify one or more tags, only the specified tags are copied to snapshots. If you specify one or more tags when creating the snapshot, no tags are copied from the volume, regardless of this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originSnapshot
OpenZFSVolumeConfiguration.Builder originSnapshot(OpenZFSOriginSnapshotConfiguration originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
- Parameters:
originSnapshot- The configuration object that specifies the snapshot to use as the origin of the data for the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originSnapshot
default OpenZFSVolumeConfiguration.Builder originSnapshot(Consumer<OpenZFSOriginSnapshotConfiguration.Builder> originSnapshot)
The configuration object that specifies the snapshot to use as the origin of the data for the volume.
This is a convenience method that creates an instance of theOpenZFSOriginSnapshotConfiguration.Builderavoiding the need to create one manually viaOpenZFSOriginSnapshotConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooriginSnapshot(OpenZFSOriginSnapshotConfiguration).- Parameters:
originSnapshot- a consumer that will call methods onOpenZFSOriginSnapshotConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
originSnapshot(OpenZFSOriginSnapshotConfiguration)
-
readOnly
OpenZFSVolumeConfiguration.Builder readOnly(Boolean readOnly)
A Boolean value indicating whether the volume is read-only.
- Parameters:
readOnly- A Boolean value indicating whether the volume is read-only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nfsExports
OpenZFSVolumeConfiguration.Builder nfsExports(Collection<OpenZFSNfsExport> nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
- Parameters:
nfsExports- The configuration object for mounting a Network File System (NFS) file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nfsExports
OpenZFSVolumeConfiguration.Builder nfsExports(OpenZFSNfsExport... nfsExports)
The configuration object for mounting a Network File System (NFS) file system.
- Parameters:
nfsExports- The configuration object for mounting a Network File System (NFS) file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nfsExports
OpenZFSVolumeConfiguration.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.Builderavoiding the need to create one manually viaOpenZFSNfsExport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#nfsExports(List.) - Parameters:
nfsExports- a consumer that will call methods onOpenZFSNfsExport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#nfsExports(java.util.Collection)
-
userAndGroupQuotas
OpenZFSVolumeConfiguration.Builder userAndGroupQuotas(Collection<OpenZFSUserOrGroupQuota> userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
- Parameters:
userAndGroupQuotas- An object specifying how much storage users or groups can use on the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAndGroupQuotas
OpenZFSVolumeConfiguration.Builder userAndGroupQuotas(OpenZFSUserOrGroupQuota... userAndGroupQuotas)
An object specifying how much storage users or groups can use on the volume.
- Parameters:
userAndGroupQuotas- An object specifying how much storage users or groups can use on the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userAndGroupQuotas
OpenZFSVolumeConfiguration.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.Builderavoiding the need to create one manually viaOpenZFSUserOrGroupQuota.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userAndGroupQuotas(List.) - Parameters:
userAndGroupQuotas- a consumer that will call methods onOpenZFSUserOrGroupQuota.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userAndGroupQuotas(java.util.Collection)
-
restoreToSnapshot
OpenZFSVolumeConfiguration.Builder restoreToSnapshot(String restoreToSnapshot)
Specifies the ID of the snapshot to which the volume was restored.
- Parameters:
restoreToSnapshot- Specifies the ID of the snapshot to which the volume was restored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteIntermediateSnaphots
OpenZFSVolumeConfiguration.Builder deleteIntermediateSnaphots(Boolean deleteIntermediateSnaphots)
A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.
- Parameters:
deleteIntermediateSnaphots- A Boolean value indicating whether snapshots between the current state and the specified snapshot should be deleted when a volume is restored from snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteClonedVolumes
OpenZFSVolumeConfiguration.Builder deleteClonedVolumes(Boolean deleteClonedVolumes)
A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.
- Parameters:
deleteClonedVolumes- A Boolean value indicating whether dependent clone volumes created from intermediate snapshots should be deleted when a volume is restored from snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteIntermediateData
OpenZFSVolumeConfiguration.Builder deleteIntermediateData(Boolean deleteIntermediateData)
A Boolean value indicating whether snapshot data that differs between the current state and the specified snapshot should be overwritten when a volume is restored from a snapshot.
- Parameters:
deleteIntermediateData- A Boolean value indicating whether snapshot data that differs between the current state and the specified snapshot should be overwritten when a volume is restored from a snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceSnapshotARN
OpenZFSVolumeConfiguration.Builder sourceSnapshotARN(String sourceSnapshotARN)
Sets the value of the SourceSnapshotARN property for this object.- Parameters:
sourceSnapshotARN- The new value for the SourceSnapshotARN property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationSnapshot
OpenZFSVolumeConfiguration.Builder destinationSnapshot(String destinationSnapshot)
The ID of the snapshot that's being copied or was most recently copied to the destination volume.
- Parameters:
destinationSnapshot- The ID of the snapshot that's being copied or was most recently copied to the destination volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
copyStrategy
OpenZFSVolumeConfiguration.Builder copyStrategy(String copyStrategy)
Specifies the strategy used when copying data from the snapshot to the new volume.
-
CLONE- The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data. -
FULL_COPY- Copies all data from the snapshot to the new volume.Specify this option to create the volume from a snapshot on another FSx for OpenZFS file system.
The
INCREMENTAL_COPYoption is only for updating an existing volume by using a snapshot from another FSx for OpenZFS file system. For more information, see CopySnapshotAndUpdateVolume.- Parameters:
copyStrategy- Specifies the strategy used when copying data from the snapshot to the new volume.-
CLONE- The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data. -
FULL_COPY- Copies all data from the snapshot to the new volume.Specify this option to create the volume from a snapshot on another FSx for OpenZFS file system.
The
INCREMENTAL_COPYoption is only for updating an existing volume by using a snapshot from another FSx for OpenZFS file system. For more information, see CopySnapshotAndUpdateVolume.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpenZFSCopyStrategy,OpenZFSCopyStrategy
-
-
copyStrategy
OpenZFSVolumeConfiguration.Builder copyStrategy(OpenZFSCopyStrategy copyStrategy)
Specifies the strategy used when copying data from the snapshot to the new volume.
-
CLONE- The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data. -
FULL_COPY- Copies all data from the snapshot to the new volume.Specify this option to create the volume from a snapshot on another FSx for OpenZFS file system.
The
INCREMENTAL_COPYoption is only for updating an existing volume by using a snapshot from another FSx for OpenZFS file system. For more information, see CopySnapshotAndUpdateVolume.- Parameters:
copyStrategy- Specifies the strategy used when copying data from the snapshot to the new volume.-
CLONE- The new volume references the data in the origin snapshot. Cloning a snapshot is faster than copying data from the snapshot to a new volume and doesn't consume disk throughput. However, the origin snapshot can't be deleted if there is a volume using its copied data. -
FULL_COPY- Copies all data from the snapshot to the new volume.Specify this option to create the volume from a snapshot on another FSx for OpenZFS file system.
The
INCREMENTAL_COPYoption is only for updating an existing volume by using a snapshot from another FSx for OpenZFS file system. For more information, see CopySnapshotAndUpdateVolume.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OpenZFSCopyStrategy,OpenZFSCopyStrategy
-
-
-