@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaGlobalSecondaryIndexAutoScalingDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder,ReplicaGlobalSecondaryIndexAutoScalingDescription>
Represents the auto scaling configuration for a replica global secondary index.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
indexName()
The name of the global secondary index.
|
IndexStatus |
indexStatus()
The current state of the replica global secondary index:
|
String |
indexStatusAsString()
The current state of the replica global secondary index:
|
AutoScalingSettingsDescription |
provisionedReadCapacityAutoScalingSettings()
Returns the value of the ProvisionedReadCapacityAutoScalingSettings property for this object.
|
AutoScalingSettingsDescription |
provisionedWriteCapacityAutoScalingSettings()
Returns the value of the ProvisionedWriteCapacityAutoScalingSettings property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder> |
serializableBuilderClass() |
ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String indexName()
The name of the global secondary index.
public IndexStatus indexStatus()
The current state of the replica global secondary index:
CREATING - The index is being created.
UPDATING - The index is being updated.
DELETING - The index is being deleted.
ACTIVE - The index is ready for use.
If the service returns an enum value that is not available in the current SDK version, indexStatus will
return IndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
indexStatusAsString().
CREATING - The index is being created.
UPDATING - The index is being updated.
DELETING - The index is being deleted.
ACTIVE - The index is ready for use.
IndexStatuspublic String indexStatusAsString()
The current state of the replica global secondary index:
CREATING - The index is being created.
UPDATING - The index is being updated.
DELETING - The index is being deleted.
ACTIVE - The index is ready for use.
If the service returns an enum value that is not available in the current SDK version, indexStatus will
return IndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
indexStatusAsString().
CREATING - The index is being created.
UPDATING - The index is being updated.
DELETING - The index is being deleted.
ACTIVE - The index is ready for use.
IndexStatuspublic AutoScalingSettingsDescription provisionedReadCapacityAutoScalingSettings()
public AutoScalingSettingsDescription provisionedWriteCapacityAutoScalingSettings()
public ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder toBuilder()
public static ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder builder()
public static Class<? extends ReplicaGlobalSecondaryIndexAutoScalingDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.