Uses of Interface
software.amazon.awssdk.services.connect.model.TemplateAttributes.Builder
-
Packages that use TemplateAttributes.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of TemplateAttributes.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return TemplateAttributes.Builder Modifier and Type Method Description static TemplateAttributes.BuilderTemplateAttributes. builder()TemplateAttributes.BuilderTemplateAttributes.Builder. customAttributes(Map<String,String> customAttributes)An object that specifies the custom attributes values to use for variables in the message template.TemplateAttributes.BuilderTemplateAttributes.Builder. customerProfileAttributes(String customerProfileAttributes)An object that specifies the customer profile attributes values to use for variables in the message template.TemplateAttributes.BuilderTemplateAttributes. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type TemplateAttributes.Builder Modifier and Type Method Description static Class<? extends TemplateAttributes.Builder>TemplateAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type TemplateAttributes.Builder Modifier and Type Method Description default TemplatedMessageConfig.BuilderTemplatedMessageConfig.Builder. templateAttributes(Consumer<TemplateAttributes.Builder> templateAttributes)Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
-