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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListCustomVerificationEmailTemplatesResponse.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 method that creates an instance of theCustomVerificationEmailTemplateMetadata.Builder
avoiding
the need to create one manually via
CustomVerificationEmailTemplateMetadata.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
CustomVerificationEmailTemplateMetadata.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 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 © 2022. All rights reserved.