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