public static interface UpdateEmailTemplateRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateEmailTemplateRequest.Builder,UpdateEmailTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEmailTemplateRequest.Builder |
createNewVersion(Boolean createNewVersion)
Specifies whether to save the updates as a new version of the message template.
|
default UpdateEmailTemplateRequest.Builder |
emailTemplateRequest(Consumer<EmailTemplateRequest.Builder> emailTemplateRequest)
Sets the value of the EmailTemplateRequest property for this object.
|
UpdateEmailTemplateRequest.Builder |
emailTemplateRequest(EmailTemplateRequest emailTemplateRequest)
Sets the value of the EmailTemplateRequest property for this object.
|
UpdateEmailTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEmailTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEmailTemplateRequest.Builder |
templateName(String templateName)
The name of the message template.
|
UpdateEmailTemplateRequest.Builder |
version(String version)
The unique identifier for the version of the message template to update, retrieve information about, or
delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEmailTemplateRequest.Builder createNewVersion(Boolean createNewVersion)
Specifies whether to save the updates as a new version of the message template. Valid values are: true, save the updates as a new version; and, false, save the updates to the latest existing version of the template.
If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.
createNewVersion - Specifies whether to save the updates as a new version of the message template. Valid values are:
true, save the updates as a new version; and, false, save the updates to the latest existing version
of the template.
If you don't specify a value for this parameter, Amazon Pinpoint saves the updates to the latest existing version of the template. If you specify a value of true for this parameter, don't specify a value for the version parameter. Otherwise, an error will occur.
UpdateEmailTemplateRequest.Builder emailTemplateRequest(EmailTemplateRequest emailTemplateRequest)
emailTemplateRequest - The new value for the EmailTemplateRequest property for this object.default UpdateEmailTemplateRequest.Builder emailTemplateRequest(Consumer<EmailTemplateRequest.Builder> emailTemplateRequest)
EmailTemplateRequest.Builder avoiding the need
to create one manually via EmailTemplateRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to emailTemplateRequest(EmailTemplateRequest).emailTemplateRequest - a consumer that will call methods on EmailTemplateRequest.BuilderemailTemplateRequest(EmailTemplateRequest)UpdateEmailTemplateRequest.Builder templateName(String templateName)
The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_), or hyphens (-). Template names are case sensitive.
templateName - The name of the message template. A template name must start with an alphanumeric character and can
contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (_),
or hyphens (-). Template names are case sensitive.UpdateEmailTemplateRequest.Builder version(String version)
The unique identifier for the version of the message template to update, retrieve information about, or delete. To retrieve identifiers and other information for all the versions of a template, use the Template Versions resource.
If specified, this value must match the identifier of an existing template version. If specified for an update operation, this value must match the identifier of the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
For a get operation, retrieves information about the active version of the template.
For an update operation, saves the updates to the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
For a delete operation, deletes the template, including all versions of the template.
version - The unique identifier for the version of the message template to update, retrieve information about,
or delete. To retrieve identifiers and other information for all the versions of a template, use the
Template Versions resource.
If specified, this value must match the identifier of an existing template version. If specified for an update operation, this value must match the identifier of the latest existing version of the template. This restriction helps ensure that race conditions don't occur.
If you don't specify a value for this parameter, Amazon Pinpoint does the following:
For a get operation, retrieves information about the active version of the template.
For an update operation, saves the updates to the latest existing version of the template, if the create-new-version parameter isn't used or is set to false.
For a delete operation, deletes the template, including all versions of the template.
UpdateEmailTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEmailTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.