Class CfnGatewayPropsMixin.SessionConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayPropsMixin.SessionConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayPropsMixin.SessionConfigurationProperty>
- Enclosing interface:
CfnGatewayPropsMixin.SessionConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayPropsMixin.SessionConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayPropsMixin.SessionConfigurationProperty>
A builder for
CfnGatewayPropsMixin.SessionConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.sessionTimeoutInSeconds(Number sessionTimeoutInSeconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sessionTimeoutInSeconds
@Stability(Stable) public CfnGatewayPropsMixin.SessionConfigurationProperty.Builder sessionTimeoutInSeconds(Number sessionTimeoutInSeconds) - Parameters:
sessionTimeoutInSeconds- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayPropsMixin.SessionConfigurationProperty>- Returns:
- a new instance of
CfnGatewayPropsMixin.SessionConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-