| 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.withDeploymentType(String deploymentType)
Specifies the file system deployment type, valid values are the following:
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withDeploymentType(WindowsDeploymentType deploymentType)
Specifies the file system deployment type, valid values are the following:
|
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.withPreferredFileServerIp(String preferredFileServerIp)
For
MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server. |
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withPreferredSubnetId(String preferredSubnetId)
For
MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file server
is located. |
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withRemoteAdministrationEndpoint(String remoteAdministrationEndpoint)
For
MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the file
system using Amazon FSx Remote PowerShell. |
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes selfManagedActiveDirectoryConfiguration) |
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 start time to perform weekly maintenance, formatted d:HH:MM 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 © 2020. All rights reserved.