public class GlobalSecondaryIndexUpdate
extends java.lang.Object
implements java.io.Serializable
Represents the new provisioned throughput settings to apply to a global secondary index.
| Constructor and Description |
|---|
GlobalSecondaryIndexUpdate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
UpdateGlobalSecondaryIndexAction |
getUpdate()
The name of a global secondary index, along with the updated
provisioned throughput settings that are to be applied to that index.
|
int |
hashCode() |
void |
setUpdate(UpdateGlobalSecondaryIndexAction update)
The name of a global secondary index, along with the updated
provisioned throughput settings that are to be applied to that index.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GlobalSecondaryIndexUpdate |
withUpdate(UpdateGlobalSecondaryIndexAction update)
The name of a global secondary index, along with the updated
provisioned throughput settings that are to be applied to that index.
|
public UpdateGlobalSecondaryIndexAction getUpdate()
public void setUpdate(UpdateGlobalSecondaryIndexAction update)
update - The name of a global secondary index, along with the updated
provisioned throughput settings that are to be applied to that index.public GlobalSecondaryIndexUpdate withUpdate(UpdateGlobalSecondaryIndexAction update)
Returns a reference to this object so that method calls can be chained together.
update - The name of a global secondary index, along with the updated
provisioned throughput settings that are to be applied to that index.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.Object