Interface AutoTuneOptionsInput.Builder

    • Method Detail

      • maintenanceSchedules

        AutoTuneOptionsInput.Builder maintenanceSchedules​(Collection<AutoTuneMaintenanceSchedule> maintenanceSchedules)

        A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.

        Parameters:
        maintenanceSchedules - A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maintenanceSchedules

        AutoTuneOptionsInput.Builder maintenanceSchedules​(AutoTuneMaintenanceSchedule... maintenanceSchedules)

        A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.

        Parameters:
        maintenanceSchedules - A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • useOffPeakWindow

        AutoTuneOptionsInput.Builder useOffPeakWindow​(Boolean useOffPeakWindow)

        Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.

        Parameters:
        useOffPeakWindow - Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.
        Returns:
        Returns a reference to this object so that method calls can be chained together.