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