Class HttpBufferingHints.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.HttpBufferingHints.Jsii$Proxy
All Implemented Interfaces:
HttpBufferingHints, software.amazon.jsii.JsiiSerializable
Enclosing interface:
HttpBufferingHints

@Stability(Stable) @Internal public static final class HttpBufferingHints.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpBufferingHints
An implementation for HttpBufferingHints
  • 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.kinesisfirehose.HttpBufferingHints

    HttpBufferingHints.Builder, HttpBufferingHints.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the HttpBufferingHints.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Duration
    The higher interval allows more time to collect data and the size of data may be bigger.
    final Size
    The higher buffer size may be lower in cost with higher latency.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(HttpBufferingHints.Builder builder)
      Constructor that initializes the object based on literal property values passed by the HttpBufferingHints.Builder.
  • Method Details

    • getInterval

      public final Duration getInterval()
      Description copied from interface: HttpBufferingHints
      The higher interval allows more time to collect data and the size of data may be bigger.

      The lower interval sends the data more frequently and may be more advantageous when looking at shorter cycles of data activity.

      Default: 300 seconds

      Specified by:
      getInterval in interface HttpBufferingHints
    • getSize

      public final Size getSize()
      Description copied from interface: HttpBufferingHints
      The higher buffer size may be lower in cost with higher latency.

      The lower buffer size will be faster in delivery with higher cost and less latency.

      Default: 5 MiB

      Specified by:
      getSize in interface HttpBufferingHints
    • $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