Class CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.devopsagent.mixins.CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty>
- Enclosing interface:
CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty
@Stability(Stable)
public static final class CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty>
-
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.MCPServerSplunkConfigurationProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.Builder description(String description) - Parameters:
description- The description of the MCP server.- Returns:
this
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.Builder enableWebhookUpdates(Boolean enableWebhookUpdates) Sets the value ofCfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.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.MCPServerSplunkConfigurationProperty.Builder enableWebhookUpdates(IResolvable enableWebhookUpdates) Sets the value ofCfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.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.MCPServerSplunkConfigurationProperty.Builder endpoint(String endpoint) - Parameters:
endpoint- MCP server endpoint URL.- Returns:
this
-
name
@Stability(Stable) public CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.Builder name(String name) Sets the value ofCfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty.getName()- Parameters:
name- The name of the MCP server.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty>- Returns:
- a new instance of
CfnAssociationPropsMixin.MCPServerSplunkConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-