UpdateTableRequest
instead.@Deprecated public class UpdateTableRequest extends AmazonWebServiceRequest implements Serializable
UpdateTable operation
.
Updates the provisioned throughput for the given table.
Setting the throughput for a table helps you manage performance and is part of the Provisioned Throughput feature of Amazon DynamoDB.
NOOP
Constructor and Description |
---|
UpdateTableRequest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
ProvisionedThroughput |
getProvisionedThroughput()
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
String |
getTableName()
Deprecated.
The name of the table you want to update.
|
int |
hashCode()
Deprecated.
|
void |
setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
void |
setTableName(String tableName)
Deprecated.
The name of the table you want to update.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateTableRequest |
withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Deprecated.
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits . |
UpdateTableRequest |
withTableName(String tableName)
Deprecated.
The name of the table you want to update.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getTableName()
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).public void setTableName(String tableName)
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The name of the table you want to update. Allowed characters are
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).public UpdateTableRequest withTableName(String tableName)
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The name of the table you want to update. Allowed characters are
a-z
, A-Z
, 0-9
, _
(underscore), -
(hyphen) and .
(period).public ProvisionedThroughput getProvisionedThroughput()
ReadCapacityUnits
and
WriteCapacityUnits
. Values for provisioned throughput
depend upon your expected read/write rates, item size, and
consistency. Provide the expected number of read and write operations,
assuming an item size of 1k and strictly consistent reads. For 2k item
size, double the value. For 3k, triple the value, etc.
Eventually-consistent reads consume half the resources of strictly
consistent reads.ReadCapacityUnits
and
WriteCapacityUnits
. Values for provisioned throughput
depend upon your expected read/write rates, item size, and
consistency. Provide the expected number of read and write operations,
assuming an item size of 1k and strictly consistent reads. For 2k item
size, double the value. For 3k, triple the value, etc.
Eventually-consistent reads consume half the resources of strictly
consistent reads.public void setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
ReadCapacityUnits
and
WriteCapacityUnits
. Values for provisioned throughput
depend upon your expected read/write rates, item size, and
consistency. Provide the expected number of read and write operations,
assuming an item size of 1k and strictly consistent reads. For 2k item
size, double the value. For 3k, triple the value, etc.
Eventually-consistent reads consume half the resources of strictly
consistent reads.provisionedThroughput
- Provisioned throughput reserves the required read and write resources
for your table in terms of ReadCapacityUnits
and
WriteCapacityUnits
. Values for provisioned throughput
depend upon your expected read/write rates, item size, and
consistency. Provide the expected number of read and write operations,
assuming an item size of 1k and strictly consistent reads. For 2k item
size, double the value. For 3k, triple the value, etc.
Eventually-consistent reads consume half the resources of strictly
consistent reads.public UpdateTableRequest withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
ReadCapacityUnits
and
WriteCapacityUnits
. Values for provisioned throughput
depend upon your expected read/write rates, item size, and
consistency. Provide the expected number of read and write operations,
assuming an item size of 1k and strictly consistent reads. For 2k item
size, double the value. For 3k, triple the value, etc.
Eventually-consistent reads consume half the resources of strictly
consistent reads.
Returns a reference to this object so that method calls can be chained together.
provisionedThroughput
- Provisioned throughput reserves the required read and write resources
for your table in terms of ReadCapacityUnits
and
WriteCapacityUnits
. Values for provisioned throughput
depend upon your expected read/write rates, item size, and
consistency. Provide the expected number of read and write operations,
assuming an item size of 1k and strictly consistent reads. For 2k item
size, double the value. For 3k, triple the value, etc.
Eventually-consistent reads consume half the resources of strictly
consistent reads.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.