public static interface UpdateEmailTemplateRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateEmailTemplateRequest.Builder,UpdateEmailTemplateRequest>
Modifier and Type | Method and Description |
---|---|
UpdateEmailTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEmailTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateEmailTemplateRequest.Builder |
templateContent(Consumer<EmailTemplateContent.Builder> templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
UpdateEmailTemplateRequest.Builder |
templateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
|
UpdateEmailTemplateRequest.Builder |
templateName(String templateName)
The name of the template you want to update.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateEmailTemplateRequest.Builder templateName(String templateName)
The name of the template you want to update.
templateName
- The name of the template you want to update.UpdateEmailTemplateRequest.Builder templateContent(EmailTemplateContent templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
templateContent
- The content of the email template, composed of a subject line, an HTML part, and a text-only part.default UpdateEmailTemplateRequest.Builder templateContent(Consumer<EmailTemplateContent.Builder> templateContent)
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
This is a convenience that creates an instance of theEmailTemplateContent.Builder
avoiding the need
to create one manually via EmailTemplateContent.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to templateContent(EmailTemplateContent)
.templateContent
- a consumer that will call methods on EmailTemplateContent.Builder
templateContent(EmailTemplateContent)
UpdateEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.