| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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.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.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(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.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.throughputCapacity(Integer throughputCapacity)
Enter a new value to change the amount of throughput capacity 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFileSystemOntapConfiguration.Builder> |
UpdateFileSystemOntapConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFileSystemRequest.Builder |
UpdateFileSystemRequest.Builder.ontapConfiguration(Consumer<UpdateFileSystemOntapConfiguration.Builder> ontapConfiguration)
Sets the value of the OntapConfiguration property for this object.
|
Copyright © 2023. All rights reserved.