public static interface ListEmailTemplatesResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListEmailTemplatesResponse.Builder,ListEmailTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEmailTemplatesResponse.Builder |
nextToken(String nextToken)
A token indicating that there are additional email templates available to be listed.
|
ListEmailTemplatesResponse.Builder |
templatesMetadata(Collection<EmailTemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
ListEmailTemplatesResponse.Builder |
templatesMetadata(Consumer<EmailTemplateMetadata.Builder>... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
ListEmailTemplatesResponse.Builder |
templatesMetadata(EmailTemplateMetadata... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEmailTemplatesResponse.Builder templatesMetadata(Collection<EmailTemplateMetadata> templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
templatesMetadata - An array the contains the name and creation time stamp for each template in your Amazon SES account.ListEmailTemplatesResponse.Builder templatesMetadata(EmailTemplateMetadata... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
templatesMetadata - An array the contains the name and creation time stamp for each template in your Amazon SES account.ListEmailTemplatesResponse.Builder templatesMetadata(Consumer<EmailTemplateMetadata.Builder>... templatesMetadata)
An array the contains the name and creation time stamp for each template in your Amazon SES account.
This is a convenience method that creates an instance of theEmailTemplateMetadata.Builder avoiding the need to create
one manually via EmailTemplateMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #templatesMetadata(List.
templatesMetadata - a consumer that will call methods on
EmailTemplateMetadata.Builder#templatesMetadata(java.util.Collection) 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.
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.Copyright © 2023. All rights reserved.