Interface TemplateAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TemplateAttributes.Builder,
,TemplateAttributes> SdkBuilder<TemplateAttributes.Builder,
,TemplateAttributes> SdkPojo
- Enclosing class:
TemplateAttributes
@Mutable
@NotThreadSafe
public static interface TemplateAttributes.Builder
extends SdkPojo, CopyableBuilder<TemplateAttributes.Builder,TemplateAttributes>
-
Method Summary
Modifier and TypeMethodDescriptioncustomAttributes
(Map<String, String> customAttributes) An object that specifies the custom attributes values to use for variables in the message template.customerProfileAttributes
(String customerProfileAttributes) An object that specifies the customer profile attributes values to use for variables in the message template.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
-
customAttributes
An object that specifies the custom attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
- Parameters:
customAttributes
- An object that specifies the custom attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerProfileAttributes
An object that specifies the customer profile attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
- Parameters:
customerProfileAttributes
- An object that specifies the customer profile attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-