Class CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.agentregistry.CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty>
- Enclosing interface:
CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty
@Stability(Stable)
public static final class CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.getTools()tools(IResolvable tools) Sets the value ofCfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.getTools()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tools
@Stability(Stable) public CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Builder tools(IResolvable tools) Sets the value ofCfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.getTools()- Parameters:
tools- The MCP tools descriptor.- Returns:
this
-
tools
@Stability(Stable) public CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.Builder tools(CfnRegistryRecordPropsMixin.McpToolsDescriptorProperty tools) Sets the value ofCfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty.getTools()- Parameters:
tools- The MCP tools descriptor.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty>- Returns:
- a new instance of
CfnRegistryRecordPropsMixin.McpServerAdditionalDataProperty - Throws:
NullPointerException- if any required attribute was not provided
-