public class DeleteGlobalSecondaryIndexAction
extends java.lang.Object
implements java.io.Serializable
Represents a global secondary index to be deleted from an existing table.
| Constructor and Description |
|---|
DeleteGlobalSecondaryIndexAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIndexName()
The name of the global secondary index to be deleted.
|
int |
hashCode() |
void |
setIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteGlobalSecondaryIndexAction |
withIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
|
public java.lang.String getIndexName()
The name of the global secondary index to be deleted.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
The name of the global secondary index to be deleted.
public void setIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
indexName - The name of the global secondary index to be deleted.
public DeleteGlobalSecondaryIndexAction withIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
indexName - The name of the global secondary index to be deleted.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.