Class TriggerConditions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.TriggerConditions.Jsii$Proxy
- All Implemented Interfaces:
TriggerConditions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TriggerConditions
@Stability(Stable)
@Internal
public static final class TriggerConditions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TriggerConditions
An implementation for
TriggerConditions-
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.bedrockagentcore.TriggerConditions
TriggerConditions.Builder, TriggerConditions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TriggerConditions.Builder builder) Constructor that initializes the object based on literal property values passed by theTriggerConditions.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 NumberTriggers memory processing when specified number of new messages is reached.final DurationTriggers memory processing when the session has been idle for the specified duration.final NumberTriggers memory processing when the token size reaches the specified threshold.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 theTriggerConditions.Builder.
-
-
Method Details
-
getMessageBasedTrigger
Description copied from interface:TriggerConditionsTriggers memory processing when specified number of new messages is reached.Default: 1
- Specified by:
getMessageBasedTriggerin interfaceTriggerConditions
-
getTimeBasedTrigger
Description copied from interface:TriggerConditionsTriggers memory processing when the session has been idle for the specified duration.Value in seconds.
Default: - 10 seconds
- Specified by:
getTimeBasedTriggerin interfaceTriggerConditions
-
getTokenBasedTrigger
Description copied from interface:TriggerConditionsTriggers memory processing when the token size reaches the specified threshold.Default: 100
- Specified by:
getTokenBasedTriggerin interfaceTriggerConditions
-
$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()
-