StructuredPojo, ToCopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>@Generated("software.amazon.awssdk:codegen") public class ProvisionedThroughput extends Object implements StructuredPojo, 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 | Description |
|---|---|---|
static interface |
ProvisionedThroughput.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ProvisionedThroughput.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
Long |
readCapacityUnits() |
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
static Class<? extends ProvisionedThroughput.Builder> |
serializableBuilderClass() |
|
ProvisionedThroughput.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Long |
writeCapacityUnits() |
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
public 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.
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.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.
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.public ProvisionedThroughput.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>public static ProvisionedThroughput.Builder builder()
public static Class<? extends ProvisionedThroughput.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.