@Generated(value="software.amazon.awssdk:codegen") public final class AwsDynamoDbTableProvisionedThroughputOverride extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDynamoDbTableProvisionedThroughputOverride.Builder,AwsDynamoDbTableProvisionedThroughputOverride>
Replica-specific configuration for the provisioned throughput.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsDynamoDbTableProvisionedThroughputOverride.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsDynamoDbTableProvisionedThroughputOverride.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
readCapacityUnits()
The read capacity units for the replica.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsDynamoDbTableProvisionedThroughputOverride.Builder> |
serializableBuilderClass() |
AwsDynamoDbTableProvisionedThroughputOverride.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer readCapacityUnits()
The read capacity units for the replica.
public AwsDynamoDbTableProvisionedThroughputOverride.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsDynamoDbTableProvisionedThroughputOverride.Builder,AwsDynamoDbTableProvisionedThroughputOverride>public static AwsDynamoDbTableProvisionedThroughputOverride.Builder builder()
public static Class<? extends AwsDynamoDbTableProvisionedThroughputOverride.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.