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