Class CfnMemory.TimeBasedTriggerInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnMemory.TimeBasedTriggerInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMemory.TimeBasedTriggerInputProperty>
- Enclosing interface:
CfnMemory.TimeBasedTriggerInputProperty
@Stability(Stable)
public static final class CfnMemory.TimeBasedTriggerInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMemory.TimeBasedTriggerInputProperty>
A builder for
CfnMemory.TimeBasedTriggerInputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.idleSessionTimeout(Number idleSessionTimeout) Sets the value ofCfnMemory.TimeBasedTriggerInputProperty.getIdleSessionTimeout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idleSessionTimeout
@Stability(Stable) public CfnMemory.TimeBasedTriggerInputProperty.Builder idleSessionTimeout(Number idleSessionTimeout) Sets the value ofCfnMemory.TimeBasedTriggerInputProperty.getIdleSessionTimeout()- Parameters:
idleSessionTimeout- The memory trigger condition input for the session timeout.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMemory.TimeBasedTriggerInputProperty>- Returns:
- a new instance of
CfnMemory.TimeBasedTriggerInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-