Interface ListSolutionVersionsResponse.Builder

    • Method Detail

      • solutionVersions

        ListSolutionVersionsResponse.Builder solutionVersions​(Collection<SolutionVersionSummary> solutionVersions)

        A list of solution versions describing the version properties.

        Parameters:
        solutionVersions - A list of solution versions describing the version properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • solutionVersions

        ListSolutionVersionsResponse.Builder solutionVersions​(SolutionVersionSummary... solutionVersions)

        A list of solution versions describing the version properties.

        Parameters:
        solutionVersions - A list of solution versions describing the version properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSolutionVersionsResponse.Builder nextToken​(String nextToken)

        A token for getting the next set of solution versions (if they exist).

        Parameters:
        nextToken - A token for getting the next set of solution versions (if they exist).
        Returns:
        Returns a reference to this object so that method calls can be chained together.