Class GlobalSecondaryIndexWarmThroughputDescription
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexWarmThroughputDescription
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<GlobalSecondaryIndexWarmThroughputDescription.Builder,GlobalSecondaryIndexWarmThroughputDescription>
@Generated("software.amazon.awssdk:codegen") public final class GlobalSecondaryIndexWarmThroughputDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GlobalSecondaryIndexWarmThroughputDescription.Builder,GlobalSecondaryIndexWarmThroughputDescription>
The description of the warm throughput value on a global secondary index.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GlobalSecondaryIndexWarmThroughputDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GlobalSecondaryIndexWarmThroughputDescription.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Long
readUnitsPerSecond()
Represents warm throughput read units per second value for a global secondary index.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends GlobalSecondaryIndexWarmThroughputDescription.Builder>
serializableBuilderClass()
IndexStatus
status()
Represents the warm throughput status being created or updated on a global secondary index.String
statusAsString()
Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.Builder
toBuilder()
String
toString()
Returns a string representation of this object.Long
writeUnitsPerSecond()
Represents warm throughput write units per second value for a global secondary index.-
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
-
readUnitsPerSecond
public final Long readUnitsPerSecond()
Represents warm throughput read units per second value for a global secondary index.
- Returns:
- Represents warm throughput read units per second value for a global secondary index.
-
writeUnitsPerSecond
public final Long writeUnitsPerSecond()
Represents warm throughput write units per second value for a global secondary index.
- Returns:
- Represents warm throughput write units per second value for a global secondary index.
-
status
public final IndexStatus status()
Represents the warm throughput status being created or updated on a global secondary index. The status can only be
UPDATING
orACTIVE
.If the service returns an enum value that is not available in the current SDK version,
status
will returnIndexStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Represents the warm throughput status being created or updated on a global secondary index. The status
can only be
UPDATING
orACTIVE
. - See Also:
IndexStatus
-
statusAsString
public final String statusAsString()
Represents the warm throughput status being created or updated on a global secondary index. The status can only be
UPDATING
orACTIVE
.If the service returns an enum value that is not available in the current SDK version,
status
will returnIndexStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstatusAsString()
.- Returns:
- Represents the warm throughput status being created or updated on a global secondary index. The status
can only be
UPDATING
orACTIVE
. - See Also:
IndexStatus
-
toBuilder
public GlobalSecondaryIndexWarmThroughputDescription.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<GlobalSecondaryIndexWarmThroughputDescription.Builder,GlobalSecondaryIndexWarmThroughputDescription>
-
builder
public static GlobalSecondaryIndexWarmThroughputDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends GlobalSecondaryIndexWarmThroughputDescription.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
-
-