| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.clone() |
WindowsFileSystemConfiguration |
FileSystem.getWindowsConfiguration()
The configuration for this Amazon FSx for Windows File Server file system.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withActiveDirectoryId(String activeDirectoryId)
The ID for an existing Amazon Web Services Managed Microsoft Active Directory instance that the file system is
joined to.
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withAliases(Alias... aliases)
NOTE: This method appends the values to the existing list (if any).
|
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withAliases(Collection<Alias> aliases) |
WindowsFileSystemConfiguration |
WindowsFileSystemConfiguration.withAuditLogConfiguration(WindowsAuditLogConfiguration auditLogConfiguration)
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders,
and file shares on the Amazon FSx for Windows File Server file system.
|
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.withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
|
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 the 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 Amazon FSx for Windows File Server file system.
|
FileSystem |
FileSystem.withWindowsConfiguration(WindowsFileSystemConfiguration windowsConfiguration)
The configuration for this Amazon FSx for Windows File Server file system.
|
Copyright © 2025. All rights reserved.