@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemWindowsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
UpdateFileSystemWindowsConfiguration() |
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemWindowsConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getAutomaticBackupRetentionDays()
The number of days to retain automatic daily backups.
|
String |
getDailyAutomaticBackupStartTime()
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
SelfManagedActiveDirectoryConfigurationUpdates |
getSelfManagedActiveDirectoryConfiguration()
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD
directory.
|
Integer |
getThroughputCapacity()
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to.
|
String |
getWeeklyMaintenanceStartTime()
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic daily backups.
|
void |
setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
void |
setSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration)
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD
directory.
|
void |
setThroughputCapacity(Integer throughputCapacity)
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to.
|
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemWindowsConfiguration |
withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic daily backups.
|
UpdateFileSystemWindowsConfiguration |
withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
UpdateFileSystemWindowsConfiguration |
withSelfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration)
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD
directory.
|
UpdateFileSystemWindowsConfiguration |
withThroughputCapacity(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 |
withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
public UpdateFileSystemWindowsConfiguration()
public void setWeeklyMaintenanceStartTime(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.
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 String getWeeklyMaintenanceStartTime()
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 UpdateFileSystemWindowsConfiguration 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, with 1 = Monday and 7 = Sunday.
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 void setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
dailyAutomaticBackupStartTime
- The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00
public String getDailyAutomaticBackupStartTime()
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
02:00
public UpdateFileSystemWindowsConfiguration withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
dailyAutomaticBackupStartTime
- The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00
public void setAutomaticBackupRetentionDays(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.
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 Integer getAutomaticBackupRetentionDays()
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 UpdateFileSystemWindowsConfiguration withAutomaticBackupRetentionDays(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.
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 void setThroughputCapacity(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.
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 Integer getThroughputCapacity()
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 UpdateFileSystemWindowsConfiguration withThroughputCapacity(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.
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 void setSelfManagedActiveDirectoryConfiguration(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.
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 SelfManagedActiveDirectoryConfigurationUpdates getSelfManagedActiveDirectoryConfiguration()
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 UpdateFileSystemWindowsConfiguration withSelfManagedActiveDirectoryConfiguration(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.
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 String toString()
toString
in class Object
Object.toString()
public UpdateFileSystemWindowsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.