InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.arn(String arn) |
The resource arn of the template.
|
static InAppTemplateResponse.Builder |
InAppTemplateResponse.builder() |
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.content(Collection<InAppMessageContent> content) |
The content of the message, can include up to 5 modals.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.content(Consumer<InAppMessageContent.Builder>... content) |
The content of the message, can include up to 5 modals.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.content(InAppMessageContent... content) |
The content of the message, can include up to 5 modals.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.creationDate(String creationDate) |
The creation date of the template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.customConfig(Map<String,String> customConfig) |
Custom config to be sent to client.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The last modified date of the template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.layout(String layout) |
The layout of the message.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.layout(Layout layout) |
The layout of the message.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.tags(Map<String,String> tags) |
A string-to-string map of key-value pairs that defines the tags to associate with the message template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.templateDescription(String templateDescription) |
The description of the template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.templateName(String templateName) |
The name of the template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.templateType(String templateType) |
The type of the template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.templateType(TemplateType templateType) |
The type of the template.
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.toBuilder() |
|
InAppTemplateResponse.Builder |
InAppTemplateResponse.Builder.version(String version) |
The version id of the template.
|