| 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 that's being created.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withActiveDirectoryId(String activeDirectoryId)
The ID for an existing Amazon Web Services Managed Microsoft Active Directory (AD) instance that the file system
should join when it's created.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withAliases(Collection<String> aliases)
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withAliases(String... aliases)
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withAuditLogConfiguration(WindowsAuditLogCreateConfiguration 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.
|
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.withDeploymentType(String deploymentType)
Specifies the file system deployment type, valid values are the following:
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withDeploymentType(WindowsDeploymentType deploymentType)
Specifies the file system deployment type, valid values are the following:
|
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withPreferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration selfManagedActiveDirectoryConfiguration) |
CreateFileSystemWindowsConfiguration |
CreateFileSystemWindowsConfiguration.withThroughputCapacity(Integer throughputCapacity)
Sets the throughput capacity of an Amazon FSx file system, measured in megabytes per second (MB/s), 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, where d is the
weekday number, from 1 through 7, beginning with Monday and ending with Sunday.
|
| 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 that's 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 that's being created.
|
Copyright © 2022. All rights reserved.