Interface EfsAccessPointConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EfsAccessPointConfiguration.Builder,,EfsAccessPointConfiguration> SdkBuilder<EfsAccessPointConfiguration.Builder,,EfsAccessPointConfiguration> SdkPojo
- Enclosing class:
EfsAccessPointConfiguration
@Mutable
@NotThreadSafe
public static interface EfsAccessPointConfiguration.Builder
extends SdkPojo, CopyableBuilder<EfsAccessPointConfiguration.Builder,EfsAccessPointConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The ARN of the EFS access point to mount into the AgentCore Runtime.The mount path for the EFS access point 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
-
accessPointArn
The ARN of the EFS access point to mount into the AgentCore Runtime.
- Parameters:
accessPointArn- The ARN of the EFS access point to mount into the AgentCore Runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mountPath
The mount path for the EFS access point 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 EFS access point 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.
-