Uses of Interface
software.amazon.awssdk.services.elasticache.model.ECPUPerSecond.Builder
-
Packages that use ECPUPerSecond.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of ECPUPerSecond.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ECPUPerSecond.Builder Modifier and Type Method Description static ECPUPerSecond.BuilderECPUPerSecond. builder()ECPUPerSecond.BuilderECPUPerSecond.Builder. maximum(Integer maximum)The configuration for the maximum number of ECPUs the cache can consume per second.ECPUPerSecond.BuilderECPUPerSecond.Builder. minimum(Integer minimum)The configuration for the minimum number of ECPUs the cache should be able consume per second.ECPUPerSecond.BuilderECPUPerSecond. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ECPUPerSecond.Builder Modifier and Type Method Description static Class<? extends ECPUPerSecond.Builder>ECPUPerSecond. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ECPUPerSecond.Builder Modifier and Type Method Description default CacheUsageLimits.BuilderCacheUsageLimits.Builder. ecpuPerSecond(Consumer<ECPUPerSecond.Builder> ecpuPerSecond)Sets the value of the ECPUPerSecond property for this object.
-