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