Interface UpdateFileSystemWindowsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>, SdkBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>, SdkPojo
Enclosing class:
UpdateFileSystemWindowsConfiguration

public static interface UpdateFileSystemWindowsConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>
  • Method Details

    • weeklyMaintenanceStartTime

      UpdateFileSystemWindowsConfiguration.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, with 1 = Monday and 7 = Sunday.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dailyAutomaticBackupStartTime

      UpdateFileSystemWindowsConfiguration.Builder dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)

      The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00

      Parameters:
      dailyAutomaticBackupStartTime - The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • automaticBackupRetentionDays

      UpdateFileSystemWindowsConfiguration.Builder automaticBackupRetentionDays(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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • throughputCapacity

      UpdateFileSystemWindowsConfiguration.Builder throughputCapacity(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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selfManagedActiveDirectoryConfiguration

      UpdateFileSystemWindowsConfiguration.Builder selfManagedActiveDirectoryConfiguration(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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • selfManagedActiveDirectoryConfiguration

      default UpdateFileSystemWindowsConfiguration.Builder selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryConfigurationUpdates.Builder> 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.

      This is a convenience method that creates an instance of the SelfManagedActiveDirectoryConfigurationUpdates.Builder avoiding the need to create one manually via SelfManagedActiveDirectoryConfigurationUpdates.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates).

      Parameters:
      selfManagedActiveDirectoryConfiguration - a consumer that will call methods on SelfManagedActiveDirectoryConfigurationUpdates.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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..

      Parameters:
      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..
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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..

      This is a convenience method that creates an instance of the WindowsAuditLogCreateConfiguration.Builder avoiding the need to create one manually via WindowsAuditLogCreateConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to auditLogConfiguration(WindowsAuditLogCreateConfiguration).

      Parameters:
      auditLogConfiguration - a consumer that will call methods on WindowsAuditLogCreateConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • diskIopsConfiguration

      UpdateFileSystemWindowsConfiguration.Builder diskIopsConfiguration(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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • diskIopsConfiguration

      default UpdateFileSystemWindowsConfiguration.Builder diskIopsConfiguration(Consumer<DiskIopsConfiguration.Builder> 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.

      This is a convenience method that creates an instance of the DiskIopsConfiguration.Builder avoiding the need to create one manually via DiskIopsConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to diskIopsConfiguration(DiskIopsConfiguration).

      Parameters:
      diskIopsConfiguration - a consumer that will call methods on DiskIopsConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: