@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OnDemandThroughputOverride extends Object implements Serializable, Cloneable, StructuredPojo
Overrides the on-demand throughput settings for this replica table. If you don't specify a value for this parameter, it uses the source table's on-demand throughput settings.
Constructor and Description |
---|
OnDemandThroughputOverride() |
Modifier and Type | Method and Description |
---|---|
OnDemandThroughputOverride |
clone() |
boolean |
equals(Object obj) |
Long |
getMaxReadRequestUnits()
Maximum number of read request units for the specified replica table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxReadRequestUnits(Long maxReadRequestUnits)
Maximum number of read request units for the specified replica table.
|
String |
toString()
Returns a string representation of this object.
|
OnDemandThroughputOverride |
withMaxReadRequestUnits(Long maxReadRequestUnits)
Maximum number of read request units for the specified replica table.
|
public void setMaxReadRequestUnits(Long maxReadRequestUnits)
Maximum number of read request units for the specified replica table.
maxReadRequestUnits
- Maximum number of read request units for the specified replica table.public Long getMaxReadRequestUnits()
Maximum number of read request units for the specified replica table.
public OnDemandThroughputOverride withMaxReadRequestUnits(Long maxReadRequestUnits)
Maximum number of read request units for the specified replica table.
maxReadRequestUnits
- Maximum number of read request units for the specified replica table.public String toString()
toString
in class Object
Object.toString()
public OnDemandThroughputOverride clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.