Class ECPUPerSecond
- java.lang.Object
-
- software.amazon.awssdk.services.elasticache.model.ECPUPerSecond
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<ECPUPerSecond.Builder,ECPUPerSecond>
@Generated("software.amazon.awssdk:codegen") public final class ECPUPerSecond extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ECPUPerSecond.Builder,ECPUPerSecond>
The configuration for the number of ElastiCache Processing Units (ECPU) the cache can consume per second.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ECPUPerSecond.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ECPUPerSecond.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
maximum()
The configuration for the maximum number of ECPUs the cache can consume per second.List<SdkField<?>>
sdkFields()
static Class<? extends ECPUPerSecond.Builder>
serializableBuilderClass()
ECPUPerSecond.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maximum
public final Integer maximum()
The configuration for the maximum number of ECPUs the cache can consume per second.
- Returns:
- The configuration for the maximum number of ECPUs the cache can consume per second.
-
toBuilder
public ECPUPerSecond.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ECPUPerSecond.Builder,ECPUPerSecond>
-
builder
public static ECPUPerSecond.Builder builder()
-
serializableBuilderClass
public static Class<? extends ECPUPerSecond.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-