Class CfnCollectionProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCollectionProps.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 String
    A description of the collection.
    final String
    The name of the collection.
    final List<CfnTag>
    An arbitrary set of tags (key–value pairs) to associate with the collection.
    final String
    The type of collection.
    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(CfnCollectionProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnCollectionProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnCollectionProps
      The name of the collection.

      Collection names must meet the following criteria:

      • Starts with a lowercase letter
      • Unique to your account and AWS Region
      • Contains between 3 and 28 characters
      • Contains only lowercase letters a-z, the numbers 0-9, and the hyphen (-)
      Specified by:
      getName in interface CfnCollectionProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnCollectionProps
      A description of the collection.
      Specified by:
      getDescription in interface CfnCollectionProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnCollectionProps
      An arbitrary set of tags (key–value pairs) to associate with the collection.

      For more information, see Tag .

      Specified by:
      getTags in interface CfnCollectionProps
    • getType

      public final String getType()
      Description copied from interface: CfnCollectionProps
      The type of collection.

      Possible values are SEARCH and TIMESERIES . For more information, see Choosing a collection type .

      Specified by:
      getType in interface CfnCollectionProps
    • $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