Class UpdateTableSpec
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.document.spec.UpdateTableSpec
-
public class UpdateTableSpec extends Object
Full parameter specification for the UpdateTable API.
-
-
Constructor Summary
Constructors Constructor Description UpdateTableSpec()
-
Method Summary
-
-
-
Method Detail
-
getProvisionedThroughput
public ProvisionedThroughput getProvisionedThroughput()
-
withProvisionedThroughput
public UpdateTableSpec withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
-
getAttributeDefinitions
public List<AttributeDefinition> getAttributeDefinitions()
-
withAttributeDefinitions
public UpdateTableSpec withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
-
withAttributeDefinitions
public UpdateTableSpec withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
-
withGlobalSecondaryIndexUpdates
public UpdateTableSpec withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
-
withGlobalSecondaryIndexUpdates
public UpdateTableSpec withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
-
getRequest
public T getRequest()
Internal method. Not meant to be called directly. May change without notice.
-
getProgressListener
public ProgressListener getProgressListener()
-
setProgressListener
public void setProgressListener(ProgressListener progressListener)
-
getRequestMetricCollector
public RequestMetricCollector getRequestMetricCollector()
-
setRequestMetricCollector
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
-
withProgressListener
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withProgressListener(ProgressListener progressListener)
-
withRequestMetricCollector
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
-
-