Interface ListCustomVerificationEmailTemplatesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListCustomVerificationEmailTemplatesResponse.Builder,,ListCustomVerificationEmailTemplatesResponse> SdkBuilder<ListCustomVerificationEmailTemplatesResponse.Builder,,ListCustomVerificationEmailTemplatesResponse> SdkPojo,SdkResponse.Builder,SesV2Response.Builder
- Enclosing class:
 ListCustomVerificationEmailTemplatesResponse
public static interface ListCustomVerificationEmailTemplatesResponse.Builder
extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListCustomVerificationEmailTemplatesResponse.Builder,ListCustomVerificationEmailTemplatesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncustomVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.customVerificationEmailTemplates(Consumer<CustomVerificationEmailTemplateMetadata.Builder>... customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.customVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.A token indicating that there are additional custom verification email templates available to be listed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
customVerificationEmailTemplates
ListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates(Collection<CustomVerificationEmailTemplateMetadata> customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.
- Parameters:
 customVerificationEmailTemplates- A list of the custom verification email templates that exist in your account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
customVerificationEmailTemplates
ListCustomVerificationEmailTemplatesResponse.Builder customVerificationEmailTemplates(CustomVerificationEmailTemplateMetadata... customVerificationEmailTemplates) A list of the custom verification email templates that exist in your account.
- Parameters:
 customVerificationEmailTemplates- A list of the custom verification email templates that exist in your account.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
customVerificationEmailTemplates
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.Builderavoiding the need to create one manually viaCustomVerificationEmailTemplateMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomVerificationEmailTemplates(List<CustomVerificationEmailTemplateMetadata>).- Parameters:
 customVerificationEmailTemplates- a consumer that will call methods onCustomVerificationEmailTemplateMetadata.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to
ListCustomVerificationEmailTemplatesto retrieve the next 50 custom verification email templates.- Parameters:
 nextToken- A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call toListCustomVerificationEmailTemplatesto retrieve the next 50 custom verification email templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -