Interface AutoTuneOptions.Builder

    • Method Detail

      • desiredState

        AutoTuneOptions.Builder desiredState​(String desiredState)

        Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.

        Parameters:
        desiredState - Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AutoTuneDesiredState, AutoTuneDesiredState
      • rollbackOnDisable

        AutoTuneOptions.Builder rollbackOnDisable​(String rollbackOnDisable)

        Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.

        Parameters:
        rollbackOnDisable - Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RollbackOnDisable, RollbackOnDisable
      • rollbackOnDisable

        AutoTuneOptions.Builder rollbackOnDisable​(RollbackOnDisable rollbackOnDisable)

        Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.

        Parameters:
        rollbackOnDisable - Specifies the rollback state while disabling Auto-Tune for the domain. Valid values are NO_ROLLBACK, DEFAULT_ROLLBACK.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RollbackOnDisable, RollbackOnDisable
      • maintenanceSchedules

        AutoTuneOptions.Builder maintenanceSchedules​(AutoTuneMaintenanceSchedule... maintenanceSchedules)

        Specifies list of maitenance schedules. See the Developer Guide for more information.

        Parameters:
        maintenanceSchedules - Specifies list of maitenance schedules. See the Developer Guide for more information.
        Returns:
        Returns a reference to this object so that method calls can be chained together.