public static interface TestRenderEmailTemplateRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<TestRenderEmailTemplateRequest.Builder,TestRenderEmailTemplateRequest>
Modifier and Type | Method and Description |
---|---|
TestRenderEmailTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TestRenderEmailTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TestRenderEmailTemplateRequest.Builder |
templateData(String templateData)
A list of replacement values to apply to the template.
|
TestRenderEmailTemplateRequest.Builder |
templateName(String templateName)
The name of the template.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
TestRenderEmailTemplateRequest.Builder templateName(String templateName)
The name of the template.
templateName
- The name of the template.TestRenderEmailTemplateRequest.Builder templateData(String templateData)
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
templateData
- A list of replacement values to apply to the template. This parameter is a JSON object, typically
consisting of key-value pairs in which the keys correspond to replacement tags in the email template.TestRenderEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
TestRenderEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.