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