Class CfnTable.OnDemandThroughputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnTable.OnDemandThroughputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.OnDemandThroughputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.OnDemandThroughputProperty
@Stability(Stable)
@Internal
public static final class CfnTable.OnDemandThroughputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.OnDemandThroughputProperty
An implementation for
CfnTable.OnDemandThroughputProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.OnDemandThroughputProperty
CfnTable.OnDemandThroughputProperty.Builder, CfnTable.OnDemandThroughputProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.OnDemandThroughputProperty.Builder
.protected
Jsii$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 theCfnTable.OnDemandThroughputProperty.Builder
.
-
-
Method Details
-
getMaxReadRequestUnits
Description copied from interface:CfnTable.OnDemandThroughputProperty
Maximum number of read request units for the specified table.To specify a maximum
OnDemandThroughput
on your table, set the value ofMaxReadRequestUnits
as greater than or equal to 1. To remove the maximumOnDemandThroughput
that is currently set on your table, set the value ofMaxReadRequestUnits
to -1.- Specified by:
getMaxReadRequestUnits
in interfaceCfnTable.OnDemandThroughputProperty
- See Also:
-
getMaxWriteRequestUnits
Description copied from interface:CfnTable.OnDemandThroughputProperty
Maximum number of write request units for the specified table.To specify a maximum
OnDemandThroughput
on your table, set the value ofMaxWriteRequestUnits
as greater than or equal to 1. To remove the maximumOnDemandThroughput
that is currently set on your table, set the value ofMaxWriteRequestUnits
to -1.- Specified by:
getMaxWriteRequestUnits
in interfaceCfnTable.OnDemandThroughputProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-