Interface ListEmailTemplatesResponse.Builder

    • Method Detail

      • templatesMetadata

        ListEmailTemplatesResponse.Builder templatesMetadata​(Collection<EmailTemplateMetadata> 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

        ListEmailTemplatesResponse.Builder templatesMetadata​(EmailTemplateMetadata... 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

        ListEmailTemplatesResponse.Builder nextToken​(String nextToken)

        A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent ListEmailTemplates call to retrieve the next 10 email templates.

        Parameters:
        nextToken - A token indicating that there are additional email templates available to be listed. Pass this token to a subsequent ListEmailTemplates call to retrieve the next 10 email templates.
        Returns:
        Returns a reference to this object so that method calls can be chained together.