public class UpdateTableSpec extends Object
Constructor and Description |
---|
UpdateTableSpec() |
public ProvisionedThroughput getProvisionedThroughput()
public UpdateTableSpec withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
public List<AttributeDefinition> getAttributeDefinitions()
public UpdateTableSpec withAttributeDefinitions(AttributeDefinition... attributeDefinitions)
public UpdateTableSpec withAttributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)
public UpdateTableSpec withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
public UpdateTableSpec withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
public T getRequest()
public ProgressListener getProgressListener()
public void setProgressListener(ProgressListener progressListener)
public RequestMetricCollector getRequestMetricCollector()
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withProgressListener(ProgressListener progressListener)
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Copyright © 2020. All rights reserved.