Interface AutoTuneOptionsOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AutoTuneOptionsOutput.Builder,,- AutoTuneOptionsOutput> - SdkBuilder<AutoTuneOptionsOutput.Builder,,- AutoTuneOptionsOutput> - SdkPojo
- Enclosing class:
- AutoTuneOptionsOutput
@Mutable
@NotThreadSafe
public static interface AutoTuneOptionsOutput.Builder
extends SdkPojo, CopyableBuilder<AutoTuneOptionsOutput.Builder,AutoTuneOptionsOutput> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stateSpecifies the AutoTuneStatefor the Elasticsearch domain.- Parameters:
- state- Specifies the- AutoTuneStatefor the Elasticsearch domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateSpecifies the AutoTuneStatefor the Elasticsearch domain.- Parameters:
- state- Specifies the- AutoTuneStatefor the Elasticsearch domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
errorMessageSpecifies 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.
 
 
-