Interface ListStagesResponse.Builder

    • Method Detail

      • nextToken

        ListStagesResponse.Builder nextToken​(String nextToken)

        If there are more stages than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more stages than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stages

        ListStagesResponse.Builder stages​(Collection<StageSummary> stages)

        List of the matching stages (summary information only).

        Parameters:
        stages - List of the matching stages (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stages

        ListStagesResponse.Builder stages​(StageSummary... stages)

        List of the matching stages (summary information only).

        Parameters:
        stages - List of the matching stages (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.