Class CfnTable.BillingModeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cassandra.CfnTable.BillingModeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTable.BillingModeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTable.BillingModeProperty
@Stability(Stable)
@Internal
public static final class CfnTable.BillingModeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTable.BillingModeProperty
An implementation for
CfnTable.BillingModeProperty
-
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.cassandra.CfnTable.BillingModeProperty
CfnTable.BillingModeProperty.Builder, CfnTable.BillingModeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.BillingModeProperty.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.BillingModeProperty.Builder
.
-
-
Method Details
-
getMode
Description copied from interface:CfnTable.BillingModeProperty
The billing mode for the table:.- On-demand mode -
ON_DEMAND
- Provisioned mode -
PROVISIONED
If you choose
PROVISIONED
mode, then you also need to specify provisioned throughput (read and write capacity) for the table.Valid values:
ON_DEMAND
|PROVISIONED
Default: - "ON_DEMAND"
- Specified by:
getMode
in interfaceCfnTable.BillingModeProperty
- See Also:
- On-demand mode -
-
getProvisionedThroughput
Description copied from interface:CfnTable.BillingModeProperty
The provisioned read capacity and write capacity for the table.For more information, see Provisioned throughput capacity mode in the Amazon Keyspaces Developer Guide .
- Specified by:
getProvisionedThroughput
in interfaceCfnTable.BillingModeProperty
- 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()
-