Class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty>
- Enclosing interface:
CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty
@Stability(Stable)
public static final class CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.getMcp()mcp(IResolvable mcp) Sets the value ofCfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.getMcp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mcp
@Stability(Stable) public CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Builder mcp(IResolvable mcp) Sets the value ofCfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.getMcp()- Parameters:
mcp- The gateway protocol configuration for MCP.- Returns:
this
-
mcp
@Stability(Stable) public CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.Builder mcp(CfnGatewayPropsMixin.MCPGatewayConfigurationProperty mcp) Sets the value ofCfnGatewayPropsMixin.GatewayProtocolConfigurationProperty.getMcp()- Parameters:
mcp- The gateway protocol configuration for MCP.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty>- Returns:
- a new instance of
CfnGatewayPropsMixin.GatewayProtocolConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-