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