public static interface ListCustomVerificationEmailTemplatesResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListCustomVerificationEmailTemplatesResponse.Builder,ListCustomVerificationEmailTemplatesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCustomVerificationEmailTemplatesResponse.Builder |
customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplate> customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplate.Builder>... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
|
ListCustomVerificationEmailTemplatesResponse.Builder |
customVerificationEmailTemplates(CustomVerificationEmailTemplate... 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<CustomVerificationEmailTemplate> 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(CustomVerificationEmailTemplate... 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<CustomVerificationEmailTemplate.Builder>... customVerificationEmailTemplates)
A list of the custom verification email templates that exist in your account.
This is a convenience method that creates an instance of theCustomVerificationEmailTemplate.Builder avoiding the need
to create one manually via
CustomVerificationEmailTemplate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #customVerificationEmailTemplates(List.
customVerificationEmailTemplates - a consumer that will call methods on
CustomVerificationEmailTemplate.Builder#customVerificationEmailTemplates(java.util.Collection) 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 ListTemplates 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 ListTemplates to retrieve the next 50
custom verification email templates.Copyright © 2023. All rights reserved.