public static interface UpdateFileSystemOntapConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateFileSystemOntapConfiguration.Builder,UpdateFileSystemOntapConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
Sets the value of the AutomaticBackupRetentionDays property for this object.
|
UpdateFileSystemOntapConfiguration.Builder |
dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
Sets the value of the DailyAutomaticBackupStartTime property for this object.
|
default 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 |
diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file
system.
|
UpdateFileSystemOntapConfiguration.Builder |
fsxAdminPassword(String fsxAdminPassword)
Update the password for the
fsxadmin user by entering a new password. |
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 |
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 |
throughputCapacity(Integer throughputCapacity)
Enter a new value to change the amount of throughput capacity for the file system.
|
UpdateFileSystemOntapConfiguration.Builder |
weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
Sets the value of the WeeklyMaintenanceStartTime property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileSystemOntapConfiguration.Builder automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
automaticBackupRetentionDays - The new value for the AutomaticBackupRetentionDays property for this object.UpdateFileSystemOntapConfiguration.Builder dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
dailyAutomaticBackupStartTime - The new value for the DailyAutomaticBackupStartTime property for this object.UpdateFileSystemOntapConfiguration.Builder fsxAdminPassword(String fsxAdminPassword)
Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system resources.
For more information, see Managing
resources using NetApp Applicaton.
fsxAdminPassword - Update the password for the fsxadmin user by entering a new password. You use the
fsxadmin user to access the NetApp ONTAP CLI and REST API to manage your file system
resources. For more information, see Managing
resources using NetApp Applicaton.UpdateFileSystemOntapConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
weeklyMaintenanceStartTime - The new value for the WeeklyMaintenanceStartTime property for this object.UpdateFileSystemOntapConfiguration.Builder diskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP file
system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of
storage. The configuration consists of an IOPS mode (AUTOMATIC or USER_PROVISIONED
), and in the case of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned. For more
information, see Updating SSD storage
capacity and IOPS.
diskIopsConfiguration - The SSD IOPS (input output operations per second) configuration for an Amazon FSx for NetApp ONTAP
file system. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS
per GB of storage. The configuration consists of an IOPS mode (AUTOMATIC or
USER_PROVISIONED), and in the case of USER_PROVISIONED IOPS, the total
number of SSD IOPS provisioned. For more information, see Updating SSD
storage capacity and IOPS.default 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. The default is 3 IOPS per GB of storage capacity, but you can provision additional IOPS per GB of
storage. The configuration consists of an IOPS mode (AUTOMATIC or USER_PROVISIONED
), and in the case of USER_PROVISIONED IOPS, the total number of SSD IOPS provisioned. For more
information, see Updating SSD storage
capacity and IOPS.
DiskIopsConfiguration.Builder avoiding
the need to create one manually via DiskIopsConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to diskIopsConfiguration(DiskIopsConfiguration).
diskIopsConfiguration - a consumer that will call methods on DiskIopsConfiguration.BuilderdiskIopsConfiguration(DiskIopsConfiguration)UpdateFileSystemOntapConfiguration.Builder throughputCapacity(Integer throughputCapacity)
Enter a new value to change the amount of throughput capacity for the file system. Throughput capacity is measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps. For more information, see Managing throughput capacity in the FSx for ONTAP User Guide.
throughputCapacity - Enter a new value to change the amount of throughput capacity for the file system. Throughput capacity
is measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.
For more information, see Managing
throughput capacity in the FSx for ONTAP User Guide.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.
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 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.
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 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. You can use the API operation to retrieve the list of VPC route table IDs for a file system.
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. You can use the API operation to retrieve
the list of VPC route table IDs for a file system.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. You can use the API operation to retrieve the list of VPC route table IDs for a file system.
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. You can use the API operation to retrieve
the list of VPC route table IDs for a file system.Copyright © 2023. All rights reserved.