Interface BrowserProfileReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BrowserProfileReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-19T12:55:15.312Z")
@Stability(Stable)
public interface BrowserProfileReference
extends software.amazon.jsii.JsiiSerializable
A reference to a BrowserProfile resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.bedrockagentcore.*;
BrowserProfileReference browserProfileReference = BrowserProfileReference.builder()
.profileArn("profileArn")
.profileId("profileId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forBrowserProfileReferencestatic final classAn implementation forBrowserProfileReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The ARN of the BrowserProfile resource.The ProfileId of the BrowserProfile resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProfileArn
The ARN of the BrowserProfile resource. -
getProfileId
The ProfileId of the BrowserProfile resource. -
builder
- Returns:
- a
BrowserProfileReference.BuilderofBrowserProfileReference
-