UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.addRouteTableIds(String... addRouteTableIds) |
(Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your
Amazon FSx for OpenZFS file system.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.addRouteTableIds(Collection<String> addRouteTableIds) |
(Multi-AZ only) A list of IDs of new virtual private cloud (VPC) route tables to associate (add) with your
Amazon FSx for OpenZFS file system.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.builder() |
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups) |
A Boolean value indicating whether tags for the file system should be copied to backups.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.copyTagsToVolumes(Boolean copyTagsToVolumes) |
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
default UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration) |
Sets the value of the DiskIopsConfiguration property for this object.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
Sets the value of the DiskIopsConfiguration property for this object.
|
default UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.readCacheConfiguration(Consumer<OpenZFSReadCacheConfiguration.Builder> readCacheConfiguration) |
The configuration for the optional provisioned SSD read cache on file systems that use the
Intelligent-Tiering storage class.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.readCacheConfiguration(OpenZFSReadCacheConfiguration readCacheConfiguration) |
The configuration for the optional provisioned SSD read cache on file systems that use the
Intelligent-Tiering storage class.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.removeRouteTableIds(String... removeRouteTableIds) |
(Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove)
from your Amazon FSx for OpenZFS file system.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.removeRouteTableIds(Collection<String> removeRouteTableIds) |
(Multi-AZ only) A list of IDs of existing virtual private cloud (VPC) route tables to disassociate (remove)
from your Amazon FSx for OpenZFS file system.
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.throughputCapacity(Integer throughputCapacity) |
The throughput of an Amazon FSx for OpenZFS file system, measured in megabytes per second
(MB/s).
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.toBuilder() |
|
UpdateFileSystemOpenZFSConfiguration.Builder |
UpdateFileSystemOpenZFSConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|