Interface ListObjectivesResponse.Builder

    • Method Detail

      • objectives

        ListObjectivesResponse.Builder objectives​(Collection<ObjectiveSummary> objectives)

        The list of objectives that the ListObjectives API returns.

        Parameters:
        objectives - The list of objectives that the ListObjectives API returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objectives

        ListObjectivesResponse.Builder objectives​(ObjectiveSummary... objectives)

        The list of objectives that the ListObjectives API returns.

        Parameters:
        objectives - The list of objectives that the ListObjectives API returns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListObjectivesResponse.Builder nextToken​(String nextToken)

        The pagination token that's used to fetch the next set of results.

        Parameters:
        nextToken - The pagination token that's used to fetch the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.