public static interface TestRenderTemplateRequest.Builder extends SESRequest.Builder, CopyableBuilder<TestRenderTemplateRequest.Builder,TestRenderTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
TestRenderTemplateRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
TestRenderTemplateRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
TestRenderTemplateRequest.Builder |
templateData(String templateData)
A list of replacement values to apply to the template.
|
TestRenderTemplateRequest.Builder |
templateName(String templateName)
The name of the template that you want to render.
|
buildrequestOverrideConfigcopyapply, buildTestRenderTemplateRequest.Builder templateName(String templateName)
The name of the template that you want to render.
templateName - The name of the template that you want to render.TestRenderTemplateRequest.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.TestRenderTemplateRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.TestRenderTemplateRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.