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 value to be set. This parameter is required.- Returns:
this
-
prefix
Sets the value ofCfnBrowserCustom.S3LocationProperty.getPrefix()
- Parameters:
prefix
- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBrowserCustom.S3LocationProperty>
- Returns:
- a new instance of
CfnBrowserCustom.S3LocationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-