Class UpdateGlobalSecondaryIndexAction
java.lang.Object
com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the new provisioned throughput settings to be applied to a global secondary index.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the global secondary index to be updated.int
hashCode()
void
setIndexName
(String indexName) The name of the global secondary index to be updated.void
setProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) toString()
Returns a string representation of this object; useful for testing and debugging.withIndexName
(String indexName) The name of the global secondary index to be updated.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput)
-
Constructor Details
-
UpdateGlobalSecondaryIndexAction
public UpdateGlobalSecondaryIndexAction()
-
-
Method Details
-
setIndexName
The name of the global secondary index to be updated.
- Parameters:
indexName
- The name of the global secondary index to be updated.
-
getIndexName
The name of the global secondary index to be updated.
- Returns:
- The name of the global secondary index to be updated.
-
withIndexName
The name of the global secondary index to be updated.
- Parameters:
indexName
- The name of the global secondary index to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setProvisionedThroughput
- Parameters:
provisionedThroughput
-
-
getProvisionedThroughput
- Returns:
-
withProvisionedThroughput
public UpdateGlobalSecondaryIndexAction withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) - Parameters:
provisionedThroughput
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-