@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) |
WindowsAuditLogCreateConfiguration |
getAuditLogConfiguration()
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 |
getAutomaticBackupRetentionDays()
The number of days to retain automatic backups.
|
String |
getDailyAutomaticBackupStartTime()
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
DiskIopsConfiguration |
getDiskIopsConfiguration()
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
|
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 |
setAuditLogConfiguration(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..
|
void |
setAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
void |
setDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
void |
setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
|
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 |
withAuditLogConfiguration(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..
|
UpdateFileSystemWindowsConfiguration |
withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
UpdateFileSystemWindowsConfiguration |
withDailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
UpdateFileSystemWindowsConfiguration |
withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
|
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 backups. Setting this property to 0
disables automatic
backups. You can retain automatic backups for a maximum of 90 days. The default is 30
. For more
information, see Working with
Automatic Daily Backups.
automaticBackupRetentionDays
- The number of days to retain automatic backups. Setting this property to 0
disables automatic
backups. You can retain automatic backups for a maximum of 90 days. The default is 30
. For
more information, see Working
with Automatic Daily Backups.public Integer getAutomaticBackupRetentionDays()
The number of days to retain automatic backups. Setting this property to 0
disables automatic
backups. You can retain automatic backups for a maximum of 90 days. The default is 30
. For more
information, see Working with
Automatic Daily Backups.
0
disables
automatic backups. You can retain automatic backups for a maximum of 90 days. The default is
30
. For more information, see Working
with Automatic Daily Backups.public UpdateFileSystemWindowsConfiguration withAutomaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups. Setting this property to 0
disables automatic
backups. You can retain automatic backups for a maximum of 90 days. The default is 30
. For more
information, see Working with
Automatic Daily Backups.
automaticBackupRetentionDays
- The number of days to retain automatic backups. Setting this property to 0
disables automatic
backups. You can retain automatic backups for a maximum of 90 days. The default is 30
. 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 void setAuditLogConfiguration(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..
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 WindowsAuditLogCreateConfiguration getAuditLogConfiguration()
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 withAuditLogConfiguration(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..
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 void setDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.
diskIopsConfiguration
- The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision
additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput
capacity.public DiskIopsConfiguration getDiskIopsConfiguration()
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.
public UpdateFileSystemWindowsConfiguration withDiskIopsConfiguration(DiskIopsConfiguration diskIopsConfiguration)
The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system. By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput capacity.
diskIopsConfiguration
- The SSD IOPS (input/output operations per second) configuration for an Amazon FSx for Windows file system.
By default, Amazon FSx automatically provisions 3 IOPS per GiB of storage capacity. You can provision
additional IOPS per GiB of storage, up to the maximum limit associated with your chosen throughput
capacity.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.