Interface MessageTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageTemplateSummary.Builder,
,MessageTemplateSummary> SdkBuilder<MessageTemplateSummary.Builder,
,MessageTemplateSummary> SdkPojo
- Enclosing class:
MessageTemplateSummary
-
Method Summary
Modifier and TypeMethodDescriptionactiveVersionNumber
(Long activeVersionNumber) The version number of the message template version that is activated.channelSubtype
(String channelSubtype) The channel subtype this message template applies to.channelSubtype
(ChannelSubtype channelSubtype) The channel subtype this message template applies to.createdTime
(Instant createdTime) The timestamp when the message template was created.description
(String description) The description of the message template.knowledgeBaseArn
(String knowledgeBaseArn) The Amazon Resource Name (ARN) of the knowledge base.knowledgeBaseId
(String knowledgeBaseId) The identifier of the knowledge base.lastModifiedBy
(String lastModifiedBy) The Amazon Resource Name (ARN) of the user who last updated the message template data.lastModifiedTime
(Instant lastModifiedTime) The timestamp when the message template data was last modified.messageTemplateArn
(String messageTemplateArn) The Amazon Resource Name (ARN) of the message template.messageTemplateId
(String messageTemplateId) The identifier of the message template.The name of the message template.The tags used to organize, track, or control access for this resource.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
-
messageTemplateArn
The Amazon Resource Name (ARN) of the message template.
- Parameters:
messageTemplateArn
- The Amazon Resource Name (ARN) of the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTemplateId
The identifier of the message template.
- Parameters:
messageTemplateId
- The identifier of the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseArn
The Amazon Resource Name (ARN) of the knowledge base.
- Parameters:
knowledgeBaseArn
- The Amazon Resource Name (ARN) of the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
The identifier of the knowledge base.
- Parameters:
knowledgeBaseId
- The identifier of the knowledge base.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the message template.
- Parameters:
name
- The name of the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelSubtype
The channel subtype this message template applies to.
- Parameters:
channelSubtype
- The channel subtype this message template applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
channelSubtype
The channel subtype this message template applies to.
- Parameters:
channelSubtype
- The channel subtype this message template applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTime
The timestamp when the message template was created.
- Parameters:
createdTime
- The timestamp when the message template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when the message template data was last modified.
- Parameters:
lastModifiedTime
- The timestamp when the message template data was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedBy
The Amazon Resource Name (ARN) of the user who last updated the message template data.
- Parameters:
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last updated the message template data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activeVersionNumber
The version number of the message template version that is activated.
- Parameters:
activeVersionNumber
- The version number of the message template version that is activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the message template.
- Parameters:
description
- The description of the message template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-