public static interface ListCustomVerificationEmailTemplatesResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListCustomVerificationEmailTemplatesResponse.Builder,ListCustomVerificationEmailTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomVerificationEmailTemplatesResponse.Builder |
customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplateMetadata.Builder>... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
customVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
nextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.ListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
customVerificationEmailTemplates - A list of the custom verification email templates that exist in your account.ListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplateMetadata.Builder>... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
This is a convenience that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #customVerificationEmailTemplates(List) .customVerificationEmailTemplates - a consumer that will call methods on List.Builder #customVerificationEmailTemplates(List) ListCustomVerificationEmailTemplatesResponse.Builder nextToken(String nextToken)
A token indicating that there are additional custom verification email templates available to be listed. Pass
this token to a subsequent call to ListCustomVerificationEmailTemplates to retrieve the next 50
custom verification email templates.
nextToken - A token indicating that there are additional custom verification email templates available to be
listed. Pass this token to a subsequent call to ListCustomVerificationEmailTemplates to
retrieve the next 50 custom verification email templates.Copyright © 2021. All rights reserved.