| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.clone() |
WindowsFileSystemConfiguration |
FileSystem.getWindowsConfiguration()
The configuration for this Microsoft Windows file system.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withActiveDirectoryId(String activeDirectoryId)
The ID for an existing Microsoft Active Directory instance that the file system should join when it's created.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be copied to backups.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to take daily automatic backups, in the UTC time zone.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withMaintenanceOperationsInProgress(Collection<String> maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withMaintenanceOperationsInProgress(FileSystemMaintenanceOperation... maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withMaintenanceOperationsInProgress(String... maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withThroughputCapacity(Integer throughputCapacity)
The throughput of an Amazon FSx file system, measured in megabytes per second.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystem.setWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
FileSystem |
FileSystem.withWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
Copyright © 2019. All rights reserved.