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 |
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 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.