@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFileSystemWindowsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>
Updates the configuration for an existing Amazon FSx for Windows File Server file system. Amazon FSx only overwrites existing properties with non-null values provided in the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFileSystemWindowsConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
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..
|
Integer |
automaticBackupRetentionDays()
The number of days to retain automatic daily backups.
|
static UpdateFileSystemWindowsConfiguration.Builder |
builder() |
String |
dailyAutomaticBackupStartTime()
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
SelfManagedActiveDirectoryConfigurationUpdates |
selfManagedActiveDirectoryConfiguration()
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD
directory.
|
static Class<? extends UpdateFileSystemWindowsConfiguration.Builder> |
serializableBuilderClass() |
Integer |
throughputCapacity()
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to.
|
UpdateFileSystemWindowsConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
weeklyMaintenanceStartTime()
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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, with 1 = Monday and 7 = Sunday.
public final String dailyAutomaticBackupStartTime()
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
02:00public final Integer automaticBackupRetentionDays()
The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.
public final Integer throughputCapacity()
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity.
public final SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration()
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.
public final 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..
public UpdateFileSystemWindowsConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>public static UpdateFileSystemWindowsConfiguration.Builder builder()
public static Class<? extends UpdateFileSystemWindowsConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.