OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.builder() |
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups) |
A Boolean value indicating whether tags on the file system should be copied to backups.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.copyTagsToVolumes(Boolean copyTagsToVolumes) |
A Boolean value indicating whether tags for the volume should be copied to snapshots.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.deploymentType(String deploymentType) |
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.deploymentType(OpenZFSDeploymentType deploymentType) |
Specifies the file-system deployment type.
|
default OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration) |
Sets the value of the DiskIopsConfiguration property for this object.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
Sets the value of the DiskIopsConfiguration property for this object.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.endpointIpAddress(String endpointIpAddress) |
The IP address of the endpoint that is used to access data or to manage the file system.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.endpointIpAddressRange(String endpointIpAddressRange) |
(Multi-AZ only) Specifies the IP address range in which the endpoints to access your file system will be
created.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.preferredSubnetId(String preferredSubnetId) |
Required when DeploymentType is set to MULTI_AZ_1.
|
default OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.readCacheConfiguration(Consumer<OpenZFSReadCacheConfiguration.Builder> readCacheConfiguration) |
Required when StorageType is set to INTELLIGENT_TIERING.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.readCacheConfiguration(OpenZFSReadCacheConfiguration readCacheConfiguration) |
Required when StorageType is set to INTELLIGENT_TIERING.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.rootVolumeId(String rootVolumeId) |
The ID of the root volume of the OpenZFS file system.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.routeTableIds(String... routeTableIds) |
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.routeTableIds(Collection<String> routeTableIds) |
(Multi-AZ only) The VPC route tables in which your file system's endpoints are created.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.throughputCapacity(Integer throughputCapacity) |
The throughput of an Amazon FSx file system, measured in megabytes per second (MBps).
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.toBuilder() |
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|