Class DeleteGlobalSecondaryIndexAction
java.lang.Object
com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
- All Implemented Interfaces:
Serializable,Cloneable
Represents a global secondary index to be deleted from an existing table.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe name of the global secondary index to be deleted.inthashCode()voidsetIndexName(String indexName) The name of the global secondary index to be deleted.toString()Returns a string representation of this object; useful for testing and debugging.withIndexName(String indexName) The name of the global secondary index to be deleted.
-
Constructor Details
-
DeleteGlobalSecondaryIndexAction
public DeleteGlobalSecondaryIndexAction()
-
-
Method Details
-
setIndexName
The name of the global secondary index to be deleted.
- Parameters:
indexName- The name of the global secondary index to be deleted.
-
getIndexName
The name of the global secondary index to be deleted.
- Returns:
- The name of the global secondary index to be deleted.
-
withIndexName
The name of the global secondary index to be deleted.
- Parameters:
indexName- The name of the global secondary index to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-