Interface ListGraphqlApisResponse.Builder

    • Method Detail

      • graphqlApis

        ListGraphqlApisResponse.Builder graphqlApis​(Collection<GraphqlApi> graphqlApis)

        The GraphqlApi objects.

        Parameters:
        graphqlApis - The GraphqlApi objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • graphqlApis

        ListGraphqlApisResponse.Builder graphqlApis​(GraphqlApi... graphqlApis)

        The GraphqlApi objects.

        Parameters:
        graphqlApis - The GraphqlApi objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGraphqlApisResponse.Builder nextToken​(String nextToken)

        An identifier to pass in the next request to this operation to return the next set of items in the list.

        Parameters:
        nextToken - An identifier to pass in the next request to this operation to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.