Interface TemplateAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateAttributes.Builder,TemplateAttributes>,SdkBuilder<TemplateAttributes.Builder,TemplateAttributes>,SdkPojo
- Enclosing class:
- TemplateAttributes
public static interface TemplateAttributes.Builder extends SdkPojo, CopyableBuilder<TemplateAttributes.Builder,TemplateAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateAttributes.BuildercustomAttributes(Map<String,String> customAttributes)An object that specifies the custom attributes values to use for variables in the message template.TemplateAttributes.BuildercustomerProfileAttributes(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 Detail
-
customAttributes
TemplateAttributes.Builder customAttributes(Map<String,String> 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
TemplateAttributes.Builder customerProfileAttributes(String 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.
-
-