Class CfnRuntime.EfsAccessPointConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.EfsAccessPointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuntime.EfsAccessPointConfigurationProperty>
- Enclosing interface:
CfnRuntime.EfsAccessPointConfigurationProperty
@Stability(Stable)
public static final class CfnRuntime.EfsAccessPointConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuntime.EfsAccessPointConfigurationProperty>
A builder for
CfnRuntime.EfsAccessPointConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) Sets the value ofCfnRuntime.EfsAccessPointConfigurationProperty.getAccessPointArn()build()Builds the configured instance.Sets the value ofCfnRuntime.EfsAccessPointConfigurationProperty.getMountPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessPointArn
@Stability(Stable) public CfnRuntime.EfsAccessPointConfigurationProperty.Builder accessPointArn(String accessPointArn) Sets the value ofCfnRuntime.EfsAccessPointConfigurationProperty.getAccessPointArn()- Parameters:
accessPointArn- ARN of the EFS access point. This parameter is required.- Returns:
this
-
mountPath
@Stability(Stable) public CfnRuntime.EfsAccessPointConfigurationProperty.Builder mountPath(String mountPath) Sets the value ofCfnRuntime.EfsAccessPointConfigurationProperty.getMountPath()- Parameters:
mountPath- Mount path for filesystem configuration. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuntime.EfsAccessPointConfigurationProperty>- Returns:
- a new instance of
CfnRuntime.EfsAccessPointConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-