Interface ListThemesResponse.Builder

    • Method Detail

      • entities

        ListThemesResponse.Builder entities​(Collection<ThemeSummary> entities)

        The list of themes for the Amplify app.

        Parameters:
        entities - The list of themes for the Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entities

        ListThemesResponse.Builder entities​(ThemeSummary... entities)

        The list of themes for the Amplify app.

        Parameters:
        entities - The list of themes for the Amplify app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListThemesResponse.Builder nextToken​(String nextToken)

        The pagination token that's returned if more results are available.

        Parameters:
        nextToken - The pagination token that's returned if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.