Class CfnExecutionPlanProps.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnExecutionPlanProps.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 Object
    You can set additional capacity units to meet the needs of your rescore execution plan.
    final String
    A description for the rescore execution plan.
    final String
    A name for the rescore execution plan.
    final List<CfnTag>
    A list of key-value pairs that identify or categorize your rescore execution plan.
    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(CfnExecutionPlanProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnExecutionPlanProps.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnExecutionPlanProps
      A name for the rescore execution plan.
      Specified by:
      getName in interface CfnExecutionPlanProps
    • getCapacityUnits

      public final Object getCapacityUnits()
      Description copied from interface: CfnExecutionPlanProps
      You can set additional capacity units to meet the needs of your rescore execution plan.

      You are given a single capacity unit by default. If you want to use the default capacity, you don't set additional capacity units. For more information on the default capacity and additional capacity units, see Adjusting capacity .

      Specified by:
      getCapacityUnits in interface CfnExecutionPlanProps
    • getDescription

      public final String getDescription()
      Description copied from interface: CfnExecutionPlanProps
      A description for the rescore execution plan.
      Specified by:
      getDescription in interface CfnExecutionPlanProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnExecutionPlanProps
      A list of key-value pairs that identify or categorize your rescore execution plan.

      You can also use tags to help control access to the rescore execution plan. Tag keys and values can consist of Unicode letters, digits, white space. They can also consist of underscore, period, colon, equal, plus, and asperand.

      Specified by:
      getTags in interface CfnExecutionPlanProps
    • $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