public static interface TestRenderTemplateRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<TestRenderTemplateRequest.Builder,TestRenderTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
TestRenderTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
TestRenderTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.TestRenderTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.