public static interface ListVersionsResponse.Builder extends GrafanaResponse.Builder, SdkPojo, CopyableBuilder<ListVersionsResponse.Builder,ListVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVersionsResponse.Builder |
grafanaVersions(Collection<String> grafanaVersions)
The Grafana versions available to create.
|
ListVersionsResponse.Builder |
grafanaVersions(String... grafanaVersions)
The Grafana versions available to create.
|
ListVersionsResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListVersions operation to return the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVersionsResponse.Builder grafanaVersions(Collection<String> grafanaVersions)
The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded.
grafanaVersions - The Grafana versions available to create. If a workspace ID is included in the request, the Grafana
versions to which this workspace can be upgraded.ListVersionsResponse.Builder grafanaVersions(String... grafanaVersions)
The Grafana versions available to create. If a workspace ID is included in the request, the Grafana versions to which this workspace can be upgraded.
grafanaVersions - The Grafana versions available to create. If a workspace ID is included in the request, the Grafana
versions to which this workspace can be upgraded.ListVersionsResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListVersions operation to return the next set of results.
nextToken - The token to use in a subsequent ListVersions operation to return the next set of
results.Copyright © 2023. All rights reserved.