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