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