| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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(OpenZFSDeploymentType deploymentType)
Specifies the file-system deployment type.
|
OpenZFSFileSystemConfiguration.Builder |
OpenZFSFileSystemConfiguration.Builder.deploymentType(String 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.rootVolumeId(String rootVolumeId)
The ID of the root volume of the OpenZFS file system.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpenZFSFileSystemConfiguration.Builder> |
OpenZFSFileSystemConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystem.Builder |
FileSystem.Builder.openZFSConfiguration(Consumer<OpenZFSFileSystemConfiguration.Builder> openZFSConfiguration)
The configuration for this Amazon FSx for OpenZFS file system.
|
Copyright © 2022. All rights reserved.