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