Interface SearchSystemTemplatesResponse.Builder

    • Method Detail

      • summaries

        SearchSystemTemplatesResponse.Builder summaries​(Collection<SystemTemplateSummary> summaries)

        An array of objects that contain summary information about each system deployment in the result set.

        Parameters:
        summaries - An array of objects that contain summary information about each system deployment in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        SearchSystemTemplatesResponse.Builder summaries​(SystemTemplateSummary... summaries)

        An array of objects that contain summary information about each system deployment in the result set.

        Parameters:
        summaries - An array of objects that contain summary information about each system deployment in the result set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchSystemTemplatesResponse.Builder nextToken​(String nextToken)

        The string to specify as nextToken when you request the next page of results.

        Parameters:
        nextToken - The string to specify as nextToken when you request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.