| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.clone() |
CreateFileSystemWindowsConfiguration |
CreateFileSystemFromBackupRequest.getWindowsConfiguration()
The configuration for this Microsoft Windows file system.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemRequest.getWindowsConfiguration()
The Microsoft Windows configuration for the file system being created.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withActiveDirectoryId(String activeDirectoryId)
The ID for an existing AWS Managed Microsoft Active Directory (AD) instance that the file system should join when
it's created.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags for the file system should be copied to backups.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration selfManagedActiveDirectoryConfiguration) |
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withThroughputCapacity(Integer throughputCapacity)
The throughput of an Amazon FSx file system, measured in megabytes per second, in 2 to the nth increments,
between 2^3 (8) and 2^11 (2048).
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFileSystemFromBackupRequest.setWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
void |
CreateFileSystemRequest.setWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The Microsoft Windows configuration for the file system being created.
|
CreateFileSystemFromBackupRequest |
CreateFileSystemFromBackupRequest.withWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
CreateFileSystemRequest |
CreateFileSystemRequest.withWindowsConfiguration(CreateFileSystemWindowsConfiguration windowsConfiguration)
The Microsoft Windows configuration for the file system being created.
|
Copyright © 2019. All rights reserved.