public static interface UpdateWorkspaceConfigurationRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkspaceConfigurationRequest.Builder,UpdateWorkspaceConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkspaceConfigurationRequest.Builder |
configuration(String configuration)
The new configuration string for the workspace.
|
UpdateWorkspaceConfigurationRequest.Builder |
grafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the new workspace.
|
UpdateWorkspaceConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkspaceConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkspaceConfigurationRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkspaceConfigurationRequest.Builder configuration(String configuration)
The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
configuration - The new configuration string for the workspace. For more information about the format and
configuration options available, see Working in
your Grafana workspace.UpdateWorkspaceConfigurationRequest.Builder grafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the new workspace.
Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).
To know what versions are available to upgrade to for a specific workspace, see the ListVersions
operation.
grafanaVersion - Specifies the version of Grafana to support in the new workspace.
Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).
To know what versions are available to upgrade to for a specific workspace, see the
ListVersions operation.
UpdateWorkspaceConfigurationRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId - The ID of the workspace to update.UpdateWorkspaceConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkspaceConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.