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