|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
public class GlobalSecondaryIndexUpdate
Represents the new provisioned throughput settings to apply to a global secondary index.
Constructor Summary | |
---|---|
GlobalSecondaryIndexUpdate()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlobalSecondaryIndexUpdate()
Method Detail |
---|
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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |