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