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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Autotune.Buildermode(String mode)SetModetoEnabledif you want to use Autotune.Autotune.Buildermode(AutotuneMode mode)SetModetoEnabledif you want to use Autotune.-
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
-
mode
Autotune.Builder mode(String mode)
Set
ModetoEnabledif you want to use Autotune.- Parameters:
mode- SetModetoEnabledif you want to use Autotune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutotuneMode,AutotuneMode
-
mode
Autotune.Builder mode(AutotuneMode mode)
Set
ModetoEnabledif you want to use Autotune.- Parameters:
mode- SetModetoEnabledif you want to use Autotune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutotuneMode,AutotuneMode
-
-