public static interface AutoTuneOptionsOutput.Builder extends SdkPojo, CopyableBuilder<AutoTuneOptionsOutput.Builder,AutoTuneOptionsOutput>
| Modifier and Type | Method and Description |
|---|---|
AutoTuneOptionsOutput.Builder |
errorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
|
AutoTuneOptionsOutput.Builder |
state(AutoTuneState state)
The current state of Auto-Tune on the domain.
|
AutoTuneOptionsOutput.Builder |
state(String state)
The current state of Auto-Tune on the domain.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoTuneOptionsOutput.Builder state(String state)
The current state of Auto-Tune on the domain.
state - The current state of Auto-Tune on the domain.AutoTuneState,
AutoTuneStateAutoTuneOptionsOutput.Builder state(AutoTuneState state)
The current state of Auto-Tune on the domain.
state - The current state of Auto-Tune on the domain.AutoTuneState,
AutoTuneStateAutoTuneOptionsOutput.Builder errorMessage(String errorMessage)
Any errors that occurred while enabling or disabling Auto-Tune.
errorMessage - Any errors that occurred while enabling or disabling Auto-Tune.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.
useOffPeakWindow - Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a
maintenance schedule.Copyright © 2023. All rights reserved.