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