Interface TemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateSummary.Builder,
,TemplateSummary> SdkBuilder<TemplateSummary.Builder,
,TemplateSummary> SdkPojo
- Enclosing class:
TemplateSummary
@Mutable
@NotThreadSafe
public static interface TemplateSummary.Builder
extends SdkPojo, CopyableBuilder<TemplateSummary.Builder,TemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionmetaTemplateId
(String metaTemplateId) The numeric ID assigned to the template by Meta.templateCategory
(String templateCategory) The category of the template (for example, UTILITY or MARKETING).templateLanguage
(String templateLanguage) The language code of the template (for example, en_US).templateName
(String templateName) The name of the template.templateQualityScore
(String templateQualityScore) The quality score assigned to the template by Meta.templateStatus
(String templateStatus) The current status of the template (for example, APPROVED, PENDING, or REJECTED).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-
metaTemplateId
The numeric ID assigned to the template by Meta.
- Parameters:
metaTemplateId
- The numeric ID assigned to the template by Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateStatus
The current status of the template (for example, APPROVED, PENDING, or REJECTED).
- Parameters:
templateStatus
- The current status of the template (for example, APPROVED, PENDING, or REJECTED).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateQualityScore
The quality score assigned to the template by Meta.
- Parameters:
templateQualityScore
- The quality score assigned to the template by Meta.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateLanguage
The language code of the template (for example, en_US).
- Parameters:
templateLanguage
- The language code of the template (for example, en_US).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateCategory
The category of the template (for example, UTILITY or MARKETING).
- Parameters:
templateCategory
- The category of the template (for example, UTILITY or MARKETING).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-