Interface ListTemplatesResponse.Builder

    • Method Detail

      • templatesMetadata

        ListTemplatesResponse.Builder templatesMetadata​(Collection<TemplateMetadata> templatesMetadata)

        An array the contains the name and creation time stamp for each template in your Amazon SES account.

        Parameters:
        templatesMetadata - An array the contains the name and creation time stamp for each template in your Amazon SES account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templatesMetadata

        ListTemplatesResponse.Builder templatesMetadata​(TemplateMetadata... templatesMetadata)

        An array the contains the name and creation time stamp for each template in your Amazon SES account.

        Parameters:
        templatesMetadata - An array the contains the name and creation time stamp for each template in your Amazon SES account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTemplatesResponse.Builder nextToken​(String nextToken)

        A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next set of email templates within your page size.

        Parameters:
        nextToken - A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next set of email templates within your page size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.