public static interface ListVersionsRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<ListVersionsRequest.Builder,ListVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListVersionsRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVersionsRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to list the available upgrade versions.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.ListVersionsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You receive this token from a previous
ListVersions operation.
nextToken - The token to use when requesting the next set of results. You receive this token from a previous
ListVersions operation.ListVersionsRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to list the available upgrade versions. If not included, lists all versions of
Grafana that are supported for CreateWorkspace.
workspaceId - The ID of the workspace to list the available upgrade versions. If not included, lists all versions of
Grafana that are supported for CreateWorkspace.ListVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.