Class CfnBrowserCustom.S3LocationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.S3LocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserCustom.S3LocationProperty>
- Enclosing interface:
CfnBrowserCustom.S3LocationProperty
@Stability(Stable)
public static final class CfnBrowserCustom.S3LocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserCustom.S3LocationProperty>
A builder for
CfnBrowserCustom.S3LocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnBrowserCustom.S3LocationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnBrowserCustom.S3LocationProperty.getPrefix()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
Sets the value ofCfnBrowserCustom.S3LocationProperty.getBucket()- Parameters:
bucket- The S3 location bucket name. This parameter is required.- Returns:
this
-
prefix
Sets the value ofCfnBrowserCustom.S3LocationProperty.getPrefix()- Parameters:
prefix- The S3 location object prefix. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserCustom.S3LocationProperty>- Returns:
- a new instance of
CfnBrowserCustom.S3LocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-