Interface SessionStorageConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SessionStorageConfiguration.Builder,,SessionStorageConfiguration> SdkBuilder<SessionStorageConfiguration.Builder,,SessionStorageConfiguration> SdkPojo
- Enclosing class:
SessionStorageConfiguration
@Mutable
@NotThreadSafe
public static interface SessionStorageConfiguration.Builder
extends SdkPojo, CopyableBuilder<SessionStorageConfiguration.Builder,SessionStorageConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe mount path for the session storage filesystem inside the AgentCore Runtime.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mountPath
The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under
/mntwith exactly one subdirectory level (for example,/mnt/data).- Parameters:
mountPath- The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under/mntwith exactly one subdirectory level (for example,/mnt/data).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-