| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
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)
The ONTAP administrative password for the
fsxadmin user. |
UpdateFileSystemOntapConfiguration.Builder |
UpdateFileSystemOntapConfiguration.Builder.throughputCapacity(Integer throughputCapacity)
Specifies the throughput of an FSx for NetApp ONTAP file system, measured in megabytes per second (MBps).
|
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 © 2022. All rights reserved.