Interface ECPUPerSecond.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ECPUPerSecond.Builder,ECPUPerSecond>,SdkBuilder<ECPUPerSecond.Builder,ECPUPerSecond>,SdkPojo
- Enclosing class:
- ECPUPerSecond
public static interface ECPUPerSecond.Builder extends SdkPojo, CopyableBuilder<ECPUPerSecond.Builder,ECPUPerSecond>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPUPerSecond.Buildermaximum(Integer maximum)The configuration for the maximum number of ECPUs the cache can consume per second.-
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 Detail
-
maximum
ECPUPerSecond.Builder maximum(Integer maximum)
The configuration for the maximum number of ECPUs the cache can consume per second.
- Parameters:
maximum- The configuration for the maximum number of ECPUs the cache can consume per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-