Class CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty>
- Enclosing interface:
CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty
@Stability(Stable)
public static final class CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) enableWebhookUpdates(Boolean enableWebhookUpdates) enableWebhookUpdates(IResolvable enableWebhookUpdates) Sets the value ofCfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder description(String description) - Parameters:
description- The description of the MCP server.- Returns:
this
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder enableWebhookUpdates(Boolean enableWebhookUpdates) Sets the value ofCfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.getEnableWebhookUpdates()- Parameters:
enableWebhookUpdates- When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.- Returns:
this
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder enableWebhookUpdates(IResolvable enableWebhookUpdates) Sets the value ofCfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.getEnableWebhookUpdates()- Parameters:
enableWebhookUpdates- When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.- Returns:
this
-
endpoint
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder endpoint(String endpoint) - Parameters:
endpoint- MCP server endpoint URL.- Returns:
this
-
name
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.Builder name(String name) Sets the value ofCfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty.getName()- Parameters:
name- The name of the MCP server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty>- Returns:
- a new instance of
CfnAssociationPropsMixin.MCPServerDatadogConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-