com.amazonaws.services.dynamodbv2.model
Class GlobalSecondaryIndexUpdate

java.lang.Object
  extended by com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
All Implemented Interfaces:
java.io.Serializable

public class GlobalSecondaryIndexUpdate
extends java.lang.Object
implements java.io.Serializable

Represents the new provisioned throughput settings to apply to a global secondary index.

See Also:
Serialized Form

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

GlobalSecondaryIndexUpdate

public GlobalSecondaryIndexUpdate()
Method Detail

getUpdate

public UpdateGlobalSecondaryIndexAction getUpdate()
The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.

Returns:
The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.

setUpdate

public 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.

Parameters:
update - The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.

withUpdate

public 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
update - The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.