Interface ListVersionsResponse.Builder

  • Method Details

    • grafanaVersions

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

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • grafanaVersions

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListVersionsResponse.Builder nextToken(String nextToken)

      The token to use in a subsequent ListVersions operation to return the next set of results.

      Parameters:
      nextToken - The token to use in a subsequent ListVersions operation to return the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.