public class UpdateGlobalSecondaryIndexAction
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the new provisioned throughput settings to be applied to a global secondary index.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
indexName
The name of the global secondary index to be updated.
|
private ProvisionedThroughput |
provisionedThroughput |
Constructor and Description |
---|
UpdateGlobalSecondaryIndexAction() |
Modifier and Type | Method and Description |
---|---|
UpdateGlobalSecondaryIndexAction |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIndexName()
The name of the global secondary index to be updated.
|
ProvisionedThroughput |
getProvisionedThroughput() |
int |
hashCode() |
void |
setIndexName(java.lang.String indexName)
The name of the global secondary index to be updated.
|
void |
setProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateGlobalSecondaryIndexAction |
withIndexName(java.lang.String indexName)
The name of the global secondary index to be updated.
|
UpdateGlobalSecondaryIndexAction |
withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
private java.lang.String indexName
The name of the global secondary index to be updated.
private ProvisionedThroughput provisionedThroughput
public void setIndexName(java.lang.String indexName)
The name of the global secondary index to be updated.
indexName
- The name of the global secondary index to be updated.public java.lang.String getIndexName()
The name of the global secondary index to be updated.
public UpdateGlobalSecondaryIndexAction withIndexName(java.lang.String indexName)
The name of the global secondary index to be updated.
indexName
- The name of the global secondary index to be updated.public void setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
provisionedThroughput
- public ProvisionedThroughput getProvisionedThroughput()
public UpdateGlobalSecondaryIndexAction withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
provisionedThroughput
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateGlobalSecondaryIndexAction clone()
clone
in class java.lang.Object