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
Modifier and TypeMethodDescriptionerrorMessage(String errorMessage) Specifies the error message while enabling or disabling the Auto-Tune.Specifies theAutoTuneStatefor the Elasticsearch domain.state(AutoTuneState state) Specifies theAutoTuneStatefor the Elasticsearch domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
state
Specifies the
AutoTuneStatefor the Elasticsearch domain.- Parameters:
 state- Specifies theAutoTuneStatefor the Elasticsearch domain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
Specifies the
AutoTuneStatefor the Elasticsearch domain.- Parameters:
 state- Specifies theAutoTuneStatefor the Elasticsearch domain.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 
 -