Class CfnBrowserProfile.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserProfile>
- Enclosing class:
CfnBrowserProfile
@Stability(Stable)
public static final class CfnBrowserProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserProfile>
A fluent builder for
CfnBrowserProfile.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnBrowserProfile.Builderdescription(String description) The description of the browser profile.The name of the browser profile.A map of tag keys and values.
-
Method Details
-
create
@Stability(Stable) public static CfnBrowserProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnBrowserProfile.Builder.
-
name
The name of the browser profile.- Parameters:
name- The name of the browser profile. This parameter is required.- Returns:
this- See Also:
-
description
The description of the browser profile.- Parameters:
description- The description of the browser profile. This parameter is required.- Returns:
this- See Also:
-
tags
A map of tag keys and values.- Parameters:
tags- A map of tag keys and values. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserProfile>- Returns:
- a newly built instance of
CfnBrowserProfile.
-