@Deprecated public class UpdateTableRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
UpdateTableRequest()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
ProvisionedThroughput |
getProvisionedThroughput()
非推奨です。
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits. |
java.lang.String |
getTableName()
非推奨です。
The name of the table you want to update.
|
int |
hashCode()
非推奨です。
|
void |
setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
非推奨です。
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits. |
void |
setTableName(java.lang.String tableName)
非推奨です。
The name of the table you want to update.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateTableRequest |
withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
非推奨です。
Provisioned throughput reserves the required read and write resources
for your table in terms of
ReadCapacityUnits and
WriteCapacityUnits. |
UpdateTableRequest |
withTableName(java.lang.String tableName)
非推奨です。
The name of the table you want to update.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object