Interface ListVersionsRequest.Builder

    • Method Detail

      • maxResults

        ListVersionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to include in the response.

        Parameters:
        maxResults - The maximum number of results to include in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        nextToken - The token to use when requesting the next set of results. You receive this token from a previous ListVersions operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workspaceId

        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.

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