public static interface AutoTuneOptionsOutput.Builder extends SdkPojo, CopyableBuilder<AutoTuneOptionsOutput.Builder,AutoTuneOptionsOutput>
| Modifier and Type | Method and Description |
|---|---|
AutoTuneOptionsOutput.Builder |
errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
|
AutoTuneOptionsOutput.Builder |
state(AutoTuneState state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
AutoTuneOptionsOutput.Builder |
state(String state)
Specifies the
AutoTuneState for the Elasticsearch domain. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoTuneOptionsOutput.Builder state(String state)
Specifies the AutoTuneState for the Elasticsearch domain.
state - Specifies the AutoTuneState for the Elasticsearch domain.AutoTuneState,
AutoTuneStateAutoTuneOptionsOutput.Builder state(AutoTuneState state)
Specifies the AutoTuneState for the Elasticsearch domain.
state - Specifies the AutoTuneState for the Elasticsearch domain.AutoTuneState,
AutoTuneStateAutoTuneOptionsOutput.Builder errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
errorMessage - Specifies the error message while enabling or disabling the Auto-Tune.Copyright © 2022. All rights reserved.