Interface ListFormsResponse.Builder

    • Method Detail

      • entities

        ListFormsResponse.Builder entities​(Collection<FormSummary> entities)

        The list of forms for the Amplify app.

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

        ListFormsResponse.Builder entities​(FormSummary... entities)

        The list of forms for the Amplify app.

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

        ListFormsResponse.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.