| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.activeDirectoryId(String activeDirectoryId)
The ID for an existing AWS Managed Microsoft Active Directory instance that the file system is joined to.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.aliases(Alias... aliases)
Sets the value of the Aliases property for this object.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.aliases(Collection<Alias> aliases)
Sets the value of the Aliases property for this object.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.aliases(Consumer<Alias.Builder>... aliases)
Sets the value of the Aliases property for this object.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
static WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.builder() |
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags on the file system should be copied to backups.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to take daily automatic backups, in the UTC time zone.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.deploymentType(String deploymentType)
Specifies the file system deployment type, valid values are the following:
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.deploymentType(WindowsDeploymentType deploymentType)
Specifies the file system deployment type, valid values are the following:
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.maintenanceOperationsInProgress(Collection<FileSystemMaintenanceOperation> maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.maintenanceOperationsInProgress(FileSystemMaintenanceOperation... maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.maintenanceOperationsInProgressWithStrings(Collection<String> maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.maintenanceOperationsInProgressWithStrings(String... maintenanceOperationsInProgress)
The list of maintenance operations in progress for this file system.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.preferredFileServerIp(String preferredFileServerIp)
For
MULTI_AZ_1 deployment types, the IP address of the primary, or preferred, file server. |
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.preferredSubnetId(String preferredSubnetId)
For
MULTI_AZ_1 deployment types, it specifies the ID of the subnet where the preferred file
server is located. |
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.remoteAdministrationEndpoint(String remoteAdministrationEndpoint)
For
MULTI_AZ_1 deployment types, use this endpoint when performing administrative tasks on the
file system using Amazon FSx Remote PowerShell. |
default WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryAttributes.Builder> selfManagedActiveDirectoryConfiguration)
Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryAttributes selfManagedActiveDirectoryConfiguration)
Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.throughputCapacity(Integer throughputCapacity)
The throughput of the Amazon FSx file system, measured in megabytes per second.
|
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.toBuilder() |
WindowsFileSystemConfiguration.Builder |
WindowsFileSystemConfiguration.Builder.weeklyMaintenanceStartTime(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 |
|---|---|
static Class<? extends WindowsFileSystemConfiguration.Builder> |
WindowsFileSystemConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileSystem.Builder |
FileSystem.Builder.windowsConfiguration(Consumer<WindowsFileSystemConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
Copyright © 2021. All rights reserved.