Class CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty>
- Enclosing interface:
CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.toolSchema(IResolvable toolSchema)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
lambdaArn
@Stability(Stable) public CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty.Builder lambdaArn(String lambdaArn) - Parameters:
lambdaArn- The ARN of the Lambda target configuration.- Returns:
this
-
toolSchema
@Stability(Stable) public CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty.Builder toolSchema(IResolvable toolSchema) - Parameters:
toolSchema- The tool schema configuration for the gateway target MCP configuration for Lambda.- Returns:
this
-
toolSchema
@Stability(Stable) public CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty.Builder toolSchema(CfnGatewayTargetPropsMixin.ToolSchemaProperty toolSchema) - Parameters:
toolSchema- The tool schema configuration for the gateway target MCP configuration for Lambda.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTargetPropsMixin.McpLambdaTargetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-