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)
The ONTAP administrative password for the
fsxadmin user. |
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)
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps).
|
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)
The ONTAP administrative password for the fsxadmin user.
fsxAdminPassword - The ONTAP administrative password for the fsxadmin user.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.
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.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.
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)
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.
throughputCapacity - Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second
(MBps). Valid values are 128, 256, 512, 1024, 2048, and 4096 MBps.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.