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