Class CfnExecutionPlanMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendraranking.CfnExecutionPlanMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExecutionPlanMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExecutionPlanMixinProps
@Stability(Stable)
@Internal
public static final class CfnExecutionPlanMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExecutionPlanMixinProps
An implementation for
CfnExecutionPlanMixinProps-
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.cfnpropertymixins.services.kendraranking.CfnExecutionPlanMixinProps
CfnExecutionPlanMixinProps.Builder, CfnExecutionPlanMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExecutionPlanMixinProps.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 theCfnExecutionPlanMixinProps.Builder.
-
-
Method Details
-
getCapacityUnits
Description copied from interface:CfnExecutionPlanMixinPropsYou 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
IResolvableorCfnExecutionPlanPropsMixin.CapacityUnitsConfigurationProperty- Specified by:
getCapacityUnitsin interfaceCfnExecutionPlanMixinProps- See Also:
-
getDescription
Description copied from interface:CfnExecutionPlanMixinPropsA description for the rescore execution plan.- Specified by:
getDescriptionin interfaceCfnExecutionPlanMixinProps- See Also:
-
getName
Description copied from interface:CfnExecutionPlanMixinPropsA name for the rescore execution plan.- Specified by:
getNamein interfaceCfnExecutionPlanMixinProps- See Also:
-
getTags
Description copied from interface:CfnExecutionPlanMixinPropsA 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 interfaceCfnExecutionPlanMixinProps- 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()
-