Interface ListTemplatesResponse.Builder

    • Method Detail

      • nextToken

        ListTemplatesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. This is null if there are no more results to return.

        Parameters:
        nextToken - The token for the next set of results. This is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templates

        ListTemplatesResponse.Builder templates​(Collection<TemplateSummary> templates)

        List of template summary objects.

        Parameters:
        templates - List of template summary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templates

        ListTemplatesResponse.Builder templates​(TemplateSummary... templates)

        List of template summary objects.

        Parameters:
        templates - List of template summary objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.