Interface AutoTune.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoTune.Builder,
,AutoTune> SdkBuilder<AutoTune.Builder,
,AutoTune> SdkPojo
- Enclosing class:
AutoTune
public static interface AutoTune.Builder
extends SdkPojo, CopyableBuilder<AutoTune.Builder,AutoTune>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AutoTune.Builder
autoTuneDetails
(Consumer<AutoTuneDetails.Builder> autoTuneDetails) Specifies details of the Auto-Tune action.autoTuneDetails
(AutoTuneDetails autoTuneDetails) Specifies details of the Auto-Tune action.autoTuneType
(String autoTuneType) Specifies Auto-Tune type.autoTuneType
(AutoTuneType autoTuneType) Specifies Auto-Tune type.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 Details
-
autoTuneType
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
- Parameters:
autoTuneType
- Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoTuneType
Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
- Parameters:
autoTuneType
- Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
autoTuneDetails
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
- Parameters:
autoTuneDetails
- Specifies details of the Auto-Tune action. See the Developer Guide for more information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoTuneDetails
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
This is a convenience method that creates an instance of theAutoTuneDetails.Builder
avoiding the need to create one manually viaAutoTuneDetails.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautoTuneDetails(AutoTuneDetails)
.- Parameters:
autoTuneDetails
- a consumer that will call methods onAutoTuneDetails.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-