Interface ListJobTemplatesRequest.Builder

    • Method Detail

      • category

        ListJobTemplatesRequest.Builder category​(String category)
        Optionally, specify a job template category to limit responses to only job templates from that category.
        Parameters:
        category - Optionally, specify a job template category to limit responses to only job templates from that category.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • listBy

        ListJobTemplatesRequest.Builder listBy​(String listBy)
        Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
        Parameters:
        listBy - Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobTemplateListBy, JobTemplateListBy
      • listBy

        ListJobTemplatesRequest.Builder listBy​(JobTemplateListBy listBy)
        Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
        Parameters:
        listBy - Optional. When you request a list of job templates, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobTemplateListBy, JobTemplateListBy
      • maxResults

        ListJobTemplatesRequest.Builder maxResults​(Integer maxResults)
        Optional. Number of job templates, up to twenty, that will be returned at one time.
        Parameters:
        maxResults - Optional. Number of job templates, up to twenty, that will be returned at one time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobTemplatesRequest.Builder nextToken​(String nextToken)
        Use this string, provided with the response to a previous request, to request the next batch of job templates.
        Parameters:
        nextToken - Use this string, provided with the response to a previous request, to request the next batch of job templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • order

        ListJobTemplatesRequest.Builder order​(String order)
        Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
        Parameters:
        order - Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Order, Order
      • order

        ListJobTemplatesRequest.Builder order​(Order order)
        Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
        Parameters:
        order - Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Order, Order