Interface ListTemplatesResponse.Builder

    • Method Detail

      • nextToken

        ListTemplatesResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateSummary

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

        The summary of the template.

        Parameters:
        templateSummary - The summary of the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateSummary

        ListTemplatesResponse.Builder templateSummary​(TemplateSummary... templateSummary)

        The summary of the template.

        Parameters:
        templateSummary - The summary of the template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.