Class BrowserProfileReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.bedrockagentcore.BrowserProfileReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BrowserProfileReference>
- Enclosing interface:
BrowserProfileReference
@Stability(Stable)
public static final class BrowserProfileReference.Builder
extends Object
implements software.amazon.jsii.Builder<BrowserProfileReference>
A builder for
BrowserProfileReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.profileArn(String profileArn) Sets the value ofBrowserProfileReference.getProfileArn()Sets the value ofBrowserProfileReference.getProfileId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
profileArn
Sets the value ofBrowserProfileReference.getProfileArn()- Parameters:
profileArn- The ARN of the BrowserProfile resource. This parameter is required.- Returns:
this
-
profileId
Sets the value ofBrowserProfileReference.getProfileId()- Parameters:
profileId- The ProfileId of the BrowserProfile resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BrowserProfileReference>- Returns:
- a new instance of
BrowserProfileReference - Throws:
NullPointerException- if any required attribute was not provided
-