@Generated(value="software.amazon.awssdk:codegen") public final class ReplicaAutoScalingDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReplicaAutoScalingDescription.Builder,ReplicaAutoScalingDescription>
Represents the auto scaling settings of the replica.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplicaAutoScalingDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplicaAutoScalingDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<ReplicaGlobalSecondaryIndexAutoScalingDescription> |
globalSecondaryIndexes()
Replica-specific global secondary index auto scaling settings.
|
boolean |
hasGlobalSecondaryIndexes()
Returns true if the GlobalSecondaryIndexes property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
String |
regionName()
The Region where the replica exists.
|
AutoScalingSettingsDescription |
replicaProvisionedReadCapacityAutoScalingSettings()
Returns the value of the ReplicaProvisionedReadCapacityAutoScalingSettings property for this object.
|
AutoScalingSettingsDescription |
replicaProvisionedWriteCapacityAutoScalingSettings()
Returns the value of the ReplicaProvisionedWriteCapacityAutoScalingSettings property for this object.
|
ReplicaStatus |
replicaStatus()
The current state of the replica:
|
String |
replicaStatusAsString()
The current state of the replica:
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReplicaAutoScalingDescription.Builder> |
serializableBuilderClass() |
ReplicaAutoScalingDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String regionName()
The Region where the replica exists.
public boolean hasGlobalSecondaryIndexes()
public List<ReplicaGlobalSecondaryIndexAutoScalingDescription> globalSecondaryIndexes()
Replica-specific global secondary index auto scaling settings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasGlobalSecondaryIndexes() to see if a value was sent in this field.
public AutoScalingSettingsDescription replicaProvisionedReadCapacityAutoScalingSettings()
public AutoScalingSettingsDescription replicaProvisionedWriteCapacityAutoScalingSettings()
public ReplicaStatus replicaStatus()
The current state of the replica:
CREATING - The replica is being created.
UPDATING - The replica is being updated.
DELETING - The replica is being deleted.
ACTIVE - The replica is ready for use.
If the service returns an enum value that is not available in the current SDK version, replicaStatus
will return ReplicaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
replicaStatusAsString().
CREATING - The replica is being created.
UPDATING - The replica is being updated.
DELETING - The replica is being deleted.
ACTIVE - The replica is ready for use.
ReplicaStatuspublic String replicaStatusAsString()
The current state of the replica:
CREATING - The replica is being created.
UPDATING - The replica is being updated.
DELETING - The replica is being deleted.
ACTIVE - The replica is ready for use.
If the service returns an enum value that is not available in the current SDK version, replicaStatus
will return ReplicaStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
replicaStatusAsString().
CREATING - The replica is being created.
UPDATING - The replica is being updated.
DELETING - The replica is being deleted.
ACTIVE - The replica is ready for use.
ReplicaStatuspublic ReplicaAutoScalingDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReplicaAutoScalingDescription.Builder,ReplicaAutoScalingDescription>public static ReplicaAutoScalingDescription.Builder builder()
public static Class<? extends ReplicaAutoScalingDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.