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()booleanThe name of the global secondary index to be updated.inthashCode()voidsetIndexName(String indexName) The name of the global secondary index to be updated.voidsetProvisionedThroughput(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
-
equals
-
hashCode
-
clone
-