Interface MCPServerGrafanaConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MCPServerGrafanaConfiguration.Builder,,MCPServerGrafanaConfiguration> SdkBuilder<MCPServerGrafanaConfiguration.Builder,,MCPServerGrafanaConfiguration> SdkPojo
- Enclosing class:
MCPServerGrafanaConfiguration
@Mutable
@NotThreadSafe
public static interface MCPServerGrafanaConfiguration.Builder
extends SdkPojo, CopyableBuilder<MCPServerGrafanaConfiguration.Builder,MCPServerGrafanaConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionGrafana instance URL (e.g., https://your-instance.grafana.net)organizationId(String organizationId) The Grafana organization ID that can be used.List of MCP tools that can be used.tools(Collection<String> tools) List of MCP tools that can be used.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpoint
Grafana instance URL (e.g., https://your-instance.grafana.net)
- Parameters:
endpoint- Grafana instance URL (e.g., https://your-instance.grafana.net)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationId
The Grafana organization ID that can be used.
- Parameters:
organizationId- The Grafana organization ID that can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tools
List of MCP tools that can be used.
- Parameters:
tools- List of MCP tools that can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tools
List of MCP tools that can be used.
- Parameters:
tools- List of MCP tools that can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-