Class CfnRuntime.SessionStorageConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.SessionStorageConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntime.SessionStorageConfigurationProperty>
- Enclosing interface:
CfnRuntime.SessionStorageConfigurationProperty
@Stability(Stable)
public static final class CfnRuntime.SessionStorageConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntime.SessionStorageConfigurationProperty>
A builder for
CfnRuntime.SessionStorageConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRuntime.SessionStorageConfigurationProperty.getMountPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mountPath
@Stability(Stable) public CfnRuntime.SessionStorageConfigurationProperty.Builder mountPath(String mountPath) Sets the value ofCfnRuntime.SessionStorageConfigurationProperty.getMountPath()- Parameters:
mountPath- Mount path for session storage. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntime.SessionStorageConfigurationProperty>- Returns:
- a new instance of
CfnRuntime.SessionStorageConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-