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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnExecutionPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExecutionPlanProps.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 TypeMethodDescriptioncom.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
getName()
A name for the rescore execution plan.getTags()
A list of key-value pairs that identify or categorize your rescore execution plan.final int
hashCode()
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 theCfnExecutionPlanProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnExecutionPlanProps
A name for the rescore execution plan.- Specified by:
getName
in interfaceCfnExecutionPlanProps
-
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 interfaceCfnExecutionPlanProps
-
getDescription
Description copied from interface:CfnExecutionPlanProps
A description for the rescore execution plan.- Specified by:
getDescription
in interfaceCfnExecutionPlanProps
-
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 interfaceCfnExecutionPlanProps
-
$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()
-