Interface ListTaskTemplatesResponse.Builder

    • Method Detail

      • taskTemplates

        ListTaskTemplatesResponse.Builder taskTemplates​(Collection<TaskTemplateMetadata> taskTemplates)

        Provides details about a list of task templates belonging to an instance.

        Parameters:
        taskTemplates - Provides details about a list of task templates belonging to an instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskTemplates

        ListTaskTemplatesResponse.Builder taskTemplates​(TaskTemplateMetadata... taskTemplates)

        Provides details about a list of task templates belonging to an instance.

        Parameters:
        taskTemplates - Provides details about a list of task templates belonging to an instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTaskTemplatesResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        This is always returned as a null in the response.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.

        This is always returned as a null in the response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.