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
  • 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

      protected Jsii$Proxy(MaxThroughputProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the MaxThroughputProps.Builder.
  • Method Details

    • getMaxReadRequestUnits

      public final Number getMaxReadRequestUnits()
      Description copied from interface: MaxThroughputProps
      The 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:
      getMaxReadRequestUnits in interface MaxThroughputProps
    • getMaxWriteRequestUnits

      public final Number getMaxWriteRequestUnits()
      Description copied from interface: MaxThroughputProps
      The 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:
      getMaxWriteRequestUnits in interface MaxThroughputProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object