Uses of Interface
software.amazon.awssdk.services.opensearch.model.AutoTuneOptionsOutput.Builder
-
Packages that use AutoTuneOptionsOutput.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AutoTuneOptionsOutput.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AutoTuneOptionsOutput.Builder Modifier and Type Method Description static AutoTuneOptionsOutput.BuilderAutoTuneOptionsOutput. builder()AutoTuneOptionsOutput.BuilderAutoTuneOptionsOutput.Builder. errorMessage(String errorMessage)Any errors that occurred while enabling or disabling Auto-Tune.AutoTuneOptionsOutput.BuilderAutoTuneOptionsOutput.Builder. state(String state)The current state of Auto-Tune on the domain.AutoTuneOptionsOutput.BuilderAutoTuneOptionsOutput.Builder. state(AutoTuneState state)The current state of Auto-Tune on the domain.AutoTuneOptionsOutput.BuilderAutoTuneOptionsOutput. toBuilder()AutoTuneOptionsOutput.BuilderAutoTuneOptionsOutput.Builder. useOffPeakWindow(Boolean useOffPeakWindow)Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AutoTuneOptionsOutput.Builder Modifier and Type Method Description static Class<? extends AutoTuneOptionsOutput.Builder>AutoTuneOptionsOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type AutoTuneOptionsOutput.Builder Modifier and Type Method Description default DomainStatus.BuilderDomainStatus.Builder. autoTuneOptions(Consumer<AutoTuneOptionsOutput.Builder> autoTuneOptions)Auto-Tune settings for the domain.
-