Class CfnBrowserProfileProps.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserProfileProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBrowserProfileProps>
- Enclosing interface:
CfnBrowserProfileProps
@Stability(Stable)
public static final class CfnBrowserProfileProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBrowserProfileProps>
A builder for
CfnBrowserProfileProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnBrowserProfileProps.getDescription()Sets the value ofCfnBrowserProfileProps.getName()Sets the value ofCfnBrowserProfileProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnBrowserProfileProps.getName()- Parameters:
name- The name of the browser profile. This parameter is required.- Returns:
this
-
description
Sets the value ofCfnBrowserProfileProps.getDescription()- Parameters:
description- The description of the browser profile.- Returns:
this
-
tags
Sets the value ofCfnBrowserProfileProps.getTags()- Parameters:
tags- A map of tag keys and values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBrowserProfileProps>- Returns:
- a new instance of
CfnBrowserProfileProps - Throws:
NullPointerException- if any required attribute was not provided
-