Class MaxThroughputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.MaxThroughputProps.Jsii$Proxy
- All Implemented Interfaces:
MaxThroughputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MaxThroughputProps
@Stability(Stable)
@Internal
public static final class MaxThroughputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MaxThroughputProps
An implementation for
MaxThroughputProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.MaxThroughputProps
MaxThroughputProps.Builder, MaxThroughputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MaxThroughputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMaxThroughputProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMaxThroughputProps.Builder.
-
-
Method Details
-
getMaxReadRequestUnits
Description copied from interface:MaxThroughputPropsThe max read request units.Default: - if table mode is on-demand and this property is undefined, no maximum throughput limit will be put in place for read requests. This property is only applicable for tables using on-demand mode.
- Specified by:
getMaxReadRequestUnitsin interfaceMaxThroughputProps
-
getMaxWriteRequestUnits
Description copied from interface:MaxThroughputPropsThe max write request units.Default: - if table mode is on-demand and this property is undefined, no maximum throughput limit will be put in place for write requests. This property is only applicable for tables using on-demand mode.
- Specified by:
getMaxWriteRequestUnitsin interfaceMaxThroughputProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-