@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorkspaceConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorkspaceConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorkspaceConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConfiguration()
The new configuration string for the workspace.
|
String |
getGrafanaVersion()
Specifies the version of Grafana to support in the workspace.
|
String |
getWorkspaceId()
The ID of the workspace to update.
|
int |
hashCode() |
void |
setConfiguration(String configuration)
The new configuration string for the workspace.
|
void |
setGrafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the workspace.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateWorkspaceConfigurationRequest |
withConfiguration(String configuration)
The new configuration string for the workspace.
|
UpdateWorkspaceConfigurationRequest |
withGrafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the workspace.
|
UpdateWorkspaceConfigurationRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setConfiguration(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.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
configuration
- The new configuration string for the workspace. For more information about the format and configuration
options available, see Working in your
Grafana workspace.public String getConfiguration()
The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.
This field's value will be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
public UpdateWorkspaceConfigurationRequest withConfiguration(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.
This field's value must be valid JSON according to RFC 7159, including the opening and closing braces. For example: '{"key": "value"}'.
The AWS SDK for Java performs a Base64 encoding on this field before sending this request to the AWS service. Users of the SDK should not perform Base64 encoding on this field.
configuration
- The new configuration string for the workspace. For more information about the format and configuration
options available, see Working in your
Grafana workspace.public void setGrafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the 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 workspace. If not specified, keeps the current version
of the 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.
public String getGrafanaVersion()
Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the 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.
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.
public UpdateWorkspaceConfigurationRequest withGrafanaVersion(String grafanaVersion)
Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the 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 workspace. If not specified, keeps the current version
of the 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.
public void setWorkspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId
- The ID of the workspace to update.public String getWorkspaceId()
The ID of the workspace to update.
public UpdateWorkspaceConfigurationRequest withWorkspaceId(String workspaceId)
The ID of the workspace to update.
workspaceId
- The ID of the workspace to update.public String toString()
toString
in class Object
Object.toString()
public UpdateWorkspaceConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()