Interface AutoTuneOptionsOutput.Builder

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

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

    • state

      The current state of Auto-Tune on the domain.

      Parameters:
      state - The current state of Auto-Tune on the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The current state of Auto-Tune on the domain.

      Parameters:
      state - The current state of Auto-Tune on the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorMessage

      AutoTuneOptionsOutput.Builder errorMessage(String errorMessage)

      Any errors that occurred while enabling or disabling Auto-Tune.

      Parameters:
      errorMessage - Any errors that occurred while enabling or disabling Auto-Tune.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • useOffPeakWindow

      AutoTuneOptionsOutput.Builder useOffPeakWindow(Boolean useOffPeakWindow)

      Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.

      Parameters:
      useOffPeakWindow - Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.