@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicaGlobalSecondaryIndexAutoScalingDescription extends Object implements Serializable, Cloneable, StructuredPojo
Represents the auto scaling configuration for a replica global secondary index.
| Constructor and Description |
|---|
ReplicaGlobalSecondaryIndexAutoScalingDescription() |
public ReplicaGlobalSecondaryIndexAutoScalingDescription()
public void setIndexName(String indexName)
The name of the global secondary index.
indexName - The name of the global secondary index.public String getIndexName()
The name of the global secondary index.
public ReplicaGlobalSecondaryIndexAutoScalingDescription withIndexName(String indexName)
The name of the global secondary index.
indexName - The name of the global secondary index.public void setIndexStatus(String 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.
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.
IndexStatuspublic String getIndexStatus()
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.
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 ReplicaGlobalSecondaryIndexAutoScalingDescription withIndexStatus(String 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.
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.
IndexStatuspublic ReplicaGlobalSecondaryIndexAutoScalingDescription withIndexStatus(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.
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.
IndexStatuspublic void setProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedReadCapacityAutoScalingSettings)
provisionedReadCapacityAutoScalingSettings - public AutoScalingSettingsDescription getProvisionedReadCapacityAutoScalingSettings()
public ReplicaGlobalSecondaryIndexAutoScalingDescription withProvisionedReadCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedReadCapacityAutoScalingSettings)
provisionedReadCapacityAutoScalingSettings - public void setProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedWriteCapacityAutoScalingSettings)
provisionedWriteCapacityAutoScalingSettings - public AutoScalingSettingsDescription getProvisionedWriteCapacityAutoScalingSettings()
public ReplicaGlobalSecondaryIndexAutoScalingDescription withProvisionedWriteCapacityAutoScalingSettings(AutoScalingSettingsDescription provisionedWriteCapacityAutoScalingSettings)
provisionedWriteCapacityAutoScalingSettings - public String toString()
toString in class ObjectObject.toString()public ReplicaGlobalSecondaryIndexAutoScalingDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.