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