public class UpdateGlobalSecondaryIndexAction extends Object implements Serializable, Cloneable
Represents the new provisioned throughput settings to be applied to a global secondary index.
Constructor and Description |
---|
UpdateGlobalSecondaryIndexAction() |
Modifier and Type | Method and Description |
---|---|
UpdateGlobalSecondaryIndexAction |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the global secondary index to be updated.
|
ProvisionedThroughput |
getProvisionedThroughput() |
int |
hashCode() |
void |
setIndexName(String indexName)
The name of the global secondary index to be updated.
|
void |
setProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateGlobalSecondaryIndexAction |
withIndexName(String indexName)
The name of the global secondary index to be updated.
|
UpdateGlobalSecondaryIndexAction |
withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
public void setIndexName(String indexName)
The name of the global secondary index to be updated.
indexName
- The name of the global secondary index to be updated.public String getIndexName()
The name of the global secondary index to be updated.
public UpdateGlobalSecondaryIndexAction withIndexName(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 String toString()
toString
in class Object
Object.toString()
public UpdateGlobalSecondaryIndexAction clone()
Copyright © 2016. All rights reserved.