Interface ListJobTemplatesResponse.Builder

    • Method Detail

      • templates

        ListJobTemplatesResponse.Builder templates​(Collection<JobTemplate> templates)

        This output lists information about the specified job templates.

        Parameters:
        templates - This output lists information about the specified job templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templates

        ListJobTemplatesResponse.Builder templates​(JobTemplate... templates)

        This output lists information about the specified job templates.

        Parameters:
        templates - This output lists information about the specified job templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobTemplatesResponse.Builder nextToken​(String nextToken)

        This output displays the token for the next set of job templates.

        Parameters:
        nextToken - This output displays the token for the next set of job templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.