|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.dynamodb.model.UpdateTableRequest
public class UpdateTableRequest
Container for the parameters to the 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 Capacity feature of Amazon DynamoDB.
AmazonDynamoDB.updateTable(UpdateTableRequest)
Constructor Summary | |
---|---|
UpdateTableRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ProvisionedThroughput |
getProvisionedThroughput()
Provisioned throughput reserves the required read and write resources for your table in terms of ReadCapacityUnits and WriteCapacityUnits. |
String |
getTableName()
Returns the value of the TableName property for this object. |
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(String tableName)
Sets the value of the TableName property for this object. |
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(String tableName)
Sets the value of the TableName property for this object. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdateTableRequest()
Method Detail |
---|
public String getTableName()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setTableName(String tableName)
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName
- The new value for the TableName property for this object.public UpdateTableRequest withTableName(String tableName)
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 new value for the TableName property for this object.
public ProvisionedThroughput getProvisionedThroughput()
public void setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
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 1KB and strictly
consistent reads. For 2KB item size, double the value, 3KB, triple the
value, etc. Eventually consistent reads consume half the resources of
strictly consistent reads.public UpdateTableRequest withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
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 1KB and strictly
consistent reads. For 2KB item size, double the value, 3KB, triple the
value, etc. Eventually consistent reads consume half the resources of
strictly consistent reads.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |