Interface RegisteredGrafanaServerDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RegisteredGrafanaServerDetails.Builder,,RegisteredGrafanaServerDetails> SdkBuilder<RegisteredGrafanaServerDetails.Builder,,RegisteredGrafanaServerDetails> SdkPojo
- Enclosing class:
RegisteredGrafanaServerDetails
@Mutable
@NotThreadSafe
public static interface RegisteredGrafanaServerDetails.Builder
extends SdkPojo, CopyableBuilder<RegisteredGrafanaServerDetails.Builder,RegisteredGrafanaServerDetails>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationMethod(String authorizationMethod) The authz method used by the MCP server.authorizationMethod(MCPServerAuthorizationMethod authorizationMethod) The authz method used by the MCP server.Grafana instance URL (e.g., https://your-instance.grafana.net)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.
-
authorizationMethod
The authz method used by the MCP server.
- Parameters:
authorizationMethod- The authz method used by the MCP server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizationMethod
RegisteredGrafanaServerDetails.Builder authorizationMethod(MCPServerAuthorizationMethod authorizationMethod) The authz method used by the MCP server.
- Parameters:
authorizationMethod- The authz method used by the MCP server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-