| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.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.
|
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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFileSystemOpenZFSConfiguration.Builder> |
UpdateFileSystemOpenZFSConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFileSystemRequest.Builder |
UpdateFileSystemRequest.Builder.openZFSConfiguration(Consumer<UpdateFileSystemOpenZFSConfiguration.Builder> openZFSConfiguration)
The configuration updates for an FSx for OpenZFS file system.
|
Copyright © 2023. All rights reserved.