UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.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 NetApp ONTAP file system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.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 NetApp ONTAP file system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays) |
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
static UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.builder() |
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime) |
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
default UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> diskIopsConfiguration) |
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file
system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration) |
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file
system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.fsxAdminPassword(String fsxAdminPassword) |
Update the password for the fsxadmin user by entering a new password.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.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 NetApp ONTAP file system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.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 NetApp ONTAP file system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.throughputCapacity(Integer throughputCapacity) |
Enter a new value to change the amount of throughput capacity for the file system in megabytes per second
(MBps).
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.throughputCapacityPerHAPair(Integer throughputCapacityPerHAPair) |
Use to choose the throughput capacity per HA pair, rather than the total throughput for the file system.
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.toBuilder() |
|
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|