@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFileSystemWindowsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>
The configuration object for the Microsoft Windows file system used in the UpdateFileSystem
operation.
Modifier and Type | Class and Description |
---|---|
static interface |
UpdateFileSystemWindowsConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
automaticBackupRetentionDays()
The number of days to retain automatic backups.
|
static UpdateFileSystemWindowsConfiguration.Builder |
builder() |
String |
dailyAutomaticBackupStartTime()
The preferred time to take daily automatic backups, in the UTC time zone.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFileSystemWindowsConfiguration.Builder> |
serializableBuilderClass() |
UpdateFileSystemWindowsConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
weeklyMaintenanceStartTime()
The preferred time to perform weekly maintenance, in the UTC time zone.
|
copy
public String weeklyMaintenanceStartTime()
The preferred time to perform weekly maintenance, in the UTC time zone.
public String dailyAutomaticBackupStartTime()
The preferred time to take daily automatic backups, in the UTC time zone.
public Integer automaticBackupRetentionDays()
The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 35 days.
public UpdateFileSystemWindowsConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>
public static UpdateFileSystemWindowsConfiguration.Builder builder()
public static Class<? extends UpdateFileSystemWindowsConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.