Class CfnAssociation.MCPServerSigV4ConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.devopsagent.CfnAssociation.MCPServerSigV4ConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociation.MCPServerSigV4ConfigurationProperty>
- Enclosing interface:
CfnAssociation.MCPServerSigV4ConfigurationProperty
@Stability(Stable)
public static final class CfnAssociation.MCPServerSigV4ConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociation.MCPServerSigV4ConfigurationProperty>
A builder for
CfnAssociation.MCPServerSigV4ConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAssociation.MCPServerSigV4ConfigurationProperty.getTools()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tools
@Stability(Stable) public CfnAssociation.MCPServerSigV4ConfigurationProperty.Builder tools(List<String> tools) Sets the value ofCfnAssociation.MCPServerSigV4ConfigurationProperty.getTools()- Parameters:
tools- List of MCP tools available for the association. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssociation.MCPServerSigV4ConfigurationProperty>- Returns:
- a new instance of
CfnAssociation.MCPServerSigV4ConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-