public static interface UpdateFileSystemOntapConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateFileSystemOntapConfiguration.Builder,UpdateFileSystemOntapConfiguration>
| Modifier and Type | Method and Description |
|---|---|
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 |
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, or 2048 MB/s.
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, or 2048 MB/s.Copyright © 2022. All rights reserved.