Interface ListJobTemplatesResponse.Builder

    • Method Detail

      • jobTemplates

        ListJobTemplatesResponse.Builder jobTemplates​(Collection<JobTemplateSummary> jobTemplates)

        A list of objects that contain information about the job templates.

        Parameters:
        jobTemplates - A list of objects that contain information about the job templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobTemplates

        ListJobTemplatesResponse.Builder jobTemplates​(JobTemplateSummary... jobTemplates)

        A list of objects that contain information about the job templates.

        Parameters:
        jobTemplates - A list of objects that contain information about the job templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobTemplatesResponse.Builder nextToken​(String nextToken)

        The token for the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token for the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.