Interface EmailTemplateMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EmailTemplateMetadata.Builder,,EmailTemplateMetadata> SdkBuilder<EmailTemplateMetadata.Builder,,EmailTemplateMetadata> SdkPojo
- Enclosing class:
 EmailTemplateMetadata
public static interface EmailTemplateMetadata.Builder
extends SdkPojo, CopyableBuilder<EmailTemplateMetadata.Builder,EmailTemplateMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp(Instant createdTimestamp) The time and date the template was created.templateName(String templateName) The name of the template.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
templateName
The name of the template.
- Parameters:
 templateName- The name of the template.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
createdTimestamp
The time and date the template was created.
- Parameters:
 createdTimestamp- The time and date the template was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -