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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoTuneOptionsOutput.Builder
errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.AutoTuneOptionsOutput.Builder
state(String state)
Specifies theAutoTuneState
for the Elasticsearch domain.AutoTuneOptionsOutput.Builder
state(AutoTuneState state)
Specifies theAutoTuneState
for the Elasticsearch domain.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
state
AutoTuneOptionsOutput.Builder state(String state)
Specifies the
AutoTuneState
for the Elasticsearch domain.- Parameters:
state
- Specifies theAutoTuneState
for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoTuneState
,AutoTuneState
-
state
AutoTuneOptionsOutput.Builder state(AutoTuneState state)
Specifies the
AutoTuneState
for the Elasticsearch domain.- Parameters:
state
- Specifies theAutoTuneState
for the Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoTuneState
,AutoTuneState
-
errorMessage
AutoTuneOptionsOutput.Builder errorMessage(String errorMessage)
Specifies the error message while enabling or disabling the Auto-Tune.
- Parameters:
errorMessage
- Specifies the error message while enabling or disabling the Auto-Tune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-