Interface ListCompositionsResponse.Builder

    • Method Detail

      • compositions

        ListCompositionsResponse.Builder compositions​(Collection<CompositionSummary> compositions)

        List of the matching Compositions (summary information only).

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

        ListCompositionsResponse.Builder compositions​(CompositionSummary... compositions)

        List of the matching Compositions (summary information only).

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

        ListCompositionsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - If there are more compositions 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.