Class CfnGatewayTarget.McpToolSchemaConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.McpToolSchemaConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayTarget.McpToolSchemaConfigurationProperty>
- Enclosing interface:
CfnGatewayTarget.McpToolSchemaConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayTarget.McpToolSchemaConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayTarget.McpToolSchemaConfigurationProperty>
A builder for
CfnGatewayTarget.McpToolSchemaConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inlinePayload(String inlinePayload) Sets the value ofCfnGatewayTarget.McpToolSchemaConfigurationProperty.getInlinePayload()s3(IResolvable s3) Sets the value ofCfnGatewayTarget.McpToolSchemaConfigurationProperty.getS3()Sets the value ofCfnGatewayTarget.McpToolSchemaConfigurationProperty.getS3()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inlinePayload
@Stability(Stable) public CfnGatewayTarget.McpToolSchemaConfigurationProperty.Builder inlinePayload(String inlinePayload) Sets the value ofCfnGatewayTarget.McpToolSchemaConfigurationProperty.getInlinePayload()- Parameters:
inlinePayload- the value to be set.- Returns:
this
-
s3
@Stability(Stable) public CfnGatewayTarget.McpToolSchemaConfigurationProperty.Builder s3(IResolvable s3) Sets the value ofCfnGatewayTarget.McpToolSchemaConfigurationProperty.getS3()- Parameters:
s3- the value to be set.- Returns:
this
-
s3
@Stability(Stable) public CfnGatewayTarget.McpToolSchemaConfigurationProperty.Builder s3(CfnGatewayTarget.S3ConfigurationProperty s3) Sets the value ofCfnGatewayTarget.McpToolSchemaConfigurationProperty.getS3()- Parameters:
s3- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayTarget.McpToolSchemaConfigurationProperty>- Returns:
- a new instance of
CfnGatewayTarget.McpToolSchemaConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-