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 Details

    • 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.
    • minimum

      ECPUPerSecond.Builder minimum(Integer minimum)

      The configuration for the minimum number of ECPUs the cache should be able consume per second.

      Parameters:
      minimum - The configuration for the minimum number of ECPUs the cache should be able consume per second.
      Returns:
      Returns a reference to this object so that method calls can be chained together.