public class DeleteGlobalSecondaryIndexAction extends Object implements Serializable, Cloneable
Represents a global secondary index to be deleted from an existing table.
Constructor and Description |
---|
DeleteGlobalSecondaryIndexAction() |
Modifier and Type | Method and Description |
---|---|
DeleteGlobalSecondaryIndexAction |
clone() |
boolean |
equals(Object obj) |
String |
getIndexName()
The name of the global secondary index to be deleted.
|
int |
hashCode() |
void |
setIndexName(String indexName)
The name of the global secondary index to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteGlobalSecondaryIndexAction |
withIndexName(String indexName)
The name of the global secondary index to be deleted.
|
public void setIndexName(String indexName)
The name of the global secondary index to be deleted.
indexName
- The name of the global secondary index to be deleted.public String getIndexName()
The name of the global secondary index to be deleted.
public DeleteGlobalSecondaryIndexAction withIndexName(String indexName)
The name of the global secondary index to be deleted.
indexName
- The name of the global secondary index to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteGlobalSecondaryIndexAction clone()
Copyright © 2015. All rights reserved.