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.Integer
minimum()
The configuration for the minimum number of ECPUs the cache should be able consume per second.Map<String,SdkField<?>>
sdkFieldNameToField()
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.
-
minimum
public final Integer minimum()
The configuration for the minimum number of ECPUs the cache should be able consume per second.
- Returns:
- The configuration for the minimum number of ECPUs the cache should be able 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-