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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendraranking.CfnExecutionPlanProps
CfnExecutionPlanProps.Builder, CfnExecutionPlanProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnExecutionPlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExecutionPlanProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectYou can set additional capacity units to meet the needs of your rescore execution plan.final StringA description for the rescore execution plan.final StringgetName()A name for the rescore execution plan.getTags()A list of key-value pairs that identify or categorize your rescore execution plan.final inthashCode()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:CfnExecutionPlanPropsA name for the rescore execution plan.- Specified by:
getNamein interfaceCfnExecutionPlanProps- See Also:
-
getCapacityUnits
Description copied from interface:CfnExecutionPlanPropsYou 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 .
Returns union: either
IResolvableorCfnExecutionPlan.CapacityUnitsConfigurationProperty- Specified by:
getCapacityUnitsin interfaceCfnExecutionPlanProps- See Also:
-
getDescription
Description copied from interface:CfnExecutionPlanPropsA description for the rescore execution plan.- Specified by:
getDescriptionin interfaceCfnExecutionPlanProps- See Also:
-
getTags
Description copied from interface:CfnExecutionPlanPropsA 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:
getTagsin interfaceCfnExecutionPlanProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-