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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoTuneOptionsOutput.BuildererrorMessage(String errorMessage)Any errors that occurred while enabling or disabling Auto-Tune.AutoTuneOptionsOutput.Builderstate(String state)The current state of Auto-Tune on the domain.AutoTuneOptionsOutput.Builderstate(AutoTuneState state)The current state of Auto-Tune on the domain.AutoTuneOptionsOutput.BuilderuseOffPeakWindow(Boolean useOffPeakWindow)Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
state
AutoTuneOptionsOutput.Builder state(String state)
The current state of Auto-Tune on the domain.
- Parameters:
state- The current state of Auto-Tune on the 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)
The current state of Auto-Tune on the domain.
- Parameters:
state- The current state of Auto-Tune on the 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)
Any errors that occurred while enabling or disabling Auto-Tune.
- Parameters:
errorMessage- Any errors that occurred while enabling or disabling Auto-Tune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useOffPeakWindow
AutoTuneOptionsOutput.Builder useOffPeakWindow(Boolean useOffPeakWindow)
Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
- Parameters:
useOffPeakWindow- Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-