public static interface EmailTemplateMetadata.Builder extends SdkPojo, CopyableBuilder<EmailTemplateMetadata.Builder,EmailTemplateMetadata>
Modifier and Type | Method and Description |
---|---|
EmailTemplateMetadata.Builder |
createdTimestamp(Instant createdTimestamp)
The time and date the template was created.
|
EmailTemplateMetadata.Builder |
templateName(String templateName)
The name of the template.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EmailTemplateMetadata.Builder templateName(String templateName)
The name of the template.
templateName
- The name of the template.EmailTemplateMetadata.Builder createdTimestamp(Instant createdTimestamp)
The time and date the template was created.
createdTimestamp
- The time and date the template was created.Copyright © 2023. All rights reserved.