Class CfnBrowserProfilePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnBrowserProfilePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserProfilePropsMixin>
- Enclosing class:
CfnBrowserProfilePropsMixin
@Stability(Stable)
public static final class CfnBrowserProfilePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserProfilePropsMixin>
A fluent builder for
CfnBrowserProfilePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(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 CfnBrowserProfilePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBrowserProfilePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBrowserProfilePropsMixin.Builder.
-
description
The description of the browser profile.- Parameters:
description- The description of the browser profile. This parameter is required.- Returns:
this- See Also:
-
name
The name of the browser profile.- Parameters:
name- The name 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<CfnBrowserProfilePropsMixin>- Returns:
- a newly built instance of
CfnBrowserProfilePropsMixin.
-