| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.activeDirectoryId(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.Builder |
CreateFileSystemWindowsConfiguration.Builder.aliases(Collection<String> aliases)
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.aliases(String... aliases)
An array of one or more DNS alias names that you want to associate with the Amazon FSx file system.
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
static CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.builder() |
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.copyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags for the file system should be copied to backups.
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to take daily automatic backups, formatted HH:MM in the UTC time zone.
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.deploymentType(String deploymentType)
Specifies the file system deployment type, valid values are the following:
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.deploymentType(WindowsDeploymentType deploymentType)
Specifies the file system deployment type, valid values are the following:
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.preferredSubnetId(String preferredSubnetId)
Required when
DeploymentType is set to MULTI_AZ_1. |
default CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryConfiguration.Builder> selfManagedActiveDirectoryConfiguration)
Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfiguration selfManagedActiveDirectoryConfiguration)
Sets the value of the SelfManagedActiveDirectoryConfiguration property for this object.
|
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.throughputCapacity(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.Builder |
CreateFileSystemWindowsConfiguration.toBuilder() |
CreateFileSystemWindowsConfiguration.Builder |
CreateFileSystemWindowsConfiguration.Builder.weeklyMaintenanceStartTime(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 |
|---|---|
static Class<? extends CreateFileSystemWindowsConfiguration.Builder> |
CreateFileSystemWindowsConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFileSystemFromBackupRequest.Builder |
CreateFileSystemFromBackupRequest.Builder.windowsConfiguration(Consumer<CreateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The configuration for this Microsoft Windows file system.
|
default CreateFileSystemRequest.Builder |
CreateFileSystemRequest.Builder.windowsConfiguration(Consumer<CreateFileSystemWindowsConfiguration.Builder> windowsConfiguration)
The Microsoft Windows configuration for the file system being created.
|
Copyright © 2021. All rights reserved.