Interface ListTemplatesRequest.Builder

    • Method Detail

      • nextToken

        ListTemplatesRequest.Builder nextToken​(String nextToken)

        A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.

        Parameters:
        nextToken - A token returned from a previous call to ListTemplates to indicate the position in the list of email templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        ListTemplatesRequest.Builder maxItems​(Integer maxItems)

        The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size.

        Parameters:
        maxItems - The maximum number of templates to return. This value must be at least 1 and less than or equal to 100. If more than 100 items are requested, the page size will automatically set to 100. If you do not specify a value, 10 is the default page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.