public static interface CreateTemplateRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateRequest.Builder,CreateTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateTemplateRequest.Builder |
template(Consumer<Template.Builder> template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
CreateTemplateRequest.Builder |
template(Template template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTemplateRequest.Builder template(Template template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
template - The content of the email, composed of a subject line and either an HTML part or a text-only part.default CreateTemplateRequest.Builder template(Consumer<Template.Builder> template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
This is a convenience method that creates an instance of theTemplate.Builder avoiding the need to
create one manually via Template.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to template(Template).
template - a consumer that will call methods on Template.Buildertemplate(Template)CreateTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.