Class CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePropsMixin.MCPServerSigV4DetailsProperty>
- Enclosing interface:
CfnServicePropsMixin.MCPServerSigV4DetailsProperty
@Stability(Stable)
public static final class CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePropsMixin.MCPServerSigV4DetailsProperty>
A builder for
CfnServicePropsMixin.MCPServerSigV4DetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorizationConfig(CfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty authorizationConfig) authorizationConfig(IResolvable authorizationConfig) build()Builds the configured instance.description(String description) Sets the value ofCfnServicePropsMixin.MCPServerSigV4DetailsProperty.getDescription()Sets the value ofCfnServicePropsMixin.MCPServerSigV4DetailsProperty.getEndpoint()Sets the value ofCfnServicePropsMixin.MCPServerSigV4DetailsProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
authorizationConfig
@Stability(Stable) public CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder authorizationConfig(IResolvable authorizationConfig) - Parameters:
authorizationConfig- SigV4 authorization configuration for MCP server.- Returns:
this
-
authorizationConfig
@Stability(Stable) public CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder authorizationConfig(CfnServicePropsMixin.MCPServerSigV4AuthorizationConfigProperty authorizationConfig) - Parameters:
authorizationConfig- SigV4 authorization configuration for MCP server.- Returns:
this
-
description
@Stability(Stable) public CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder description(String description) Sets the value ofCfnServicePropsMixin.MCPServerSigV4DetailsProperty.getDescription()- Parameters:
description- Optional description for the MCP server.- Returns:
this
-
endpoint
@Stability(Stable) public CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder endpoint(String endpoint) Sets the value ofCfnServicePropsMixin.MCPServerSigV4DetailsProperty.getEndpoint()- Parameters:
endpoint- MCP server endpoint URL.- Returns:
this
-
name
@Stability(Stable) public CfnServicePropsMixin.MCPServerSigV4DetailsProperty.Builder name(String name) Sets the value ofCfnServicePropsMixin.MCPServerSigV4DetailsProperty.getName()- Parameters:
name- MCP server name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePropsMixin.MCPServerSigV4DetailsProperty>- Returns:
- a new instance of
CfnServicePropsMixin.MCPServerSigV4DetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-