public class GlobalSecondaryIndexUpdate extends Object implements 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(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.
|
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 String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.