Interface ListComponentsResponse.Builder

    • Method Detail

      • entities

        ListComponentsResponse.Builder entities​(Collection<ComponentSummary> entities)

        The list of components for the Amplify app.

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

        ListComponentsResponse.Builder entities​(ComponentSummary... entities)

        The list of components for the Amplify app.

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

        ListComponentsResponse.Builder nextToken​(String nextToken)

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

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