@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedThroughput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>
Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the
UpdateTable operation.
For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionedThroughput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedThroughput.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
readCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedThroughput.Builder> |
serializableBuilderClass() |
ProvisionedThroughput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
writeCapacityUnits()
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long readCapacityUnits()
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
public Long writeCapacityUnits()
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For
more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
public ProvisionedThroughput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>public static ProvisionedThroughput.Builder builder()
public static Class<? extends ProvisionedThroughput.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.