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, sdkHttpResponsecopyapplyMutation, 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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.