Interface MessageTemplateVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MessageTemplateVersionSummary.Builder,
,MessageTemplateVersionSummary> SdkBuilder<MessageTemplateVersionSummary.Builder,
,MessageTemplateVersionSummary> SdkPojo
- Enclosing class:
MessageTemplateVersionSummary
@Mutable
@NotThreadSafe
public static interface MessageTemplateVersionSummary.Builder
extends SdkPojo, CopyableBuilder<MessageTemplateVersionSummary.Builder,MessageTemplateVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionchannelSubtype
(String channelSubtype) The channel subtype this message template applies to.channelSubtype
(ChannelSubtype channelSubtype) The channel subtype this message template applies to.Whether the version of the message template is activated.knowledgeBaseArn
(String knowledgeBaseArn) The Amazon Resource Name (ARN) of the knowledge base.knowledgeBaseId
(String knowledgeBaseId) The identifier of the knowledge base.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.versionNumber
(Long versionNumber) The version number of the message template version.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:
-
isActive
Whether the version of the message template is activated.
- Parameters:
isActive
- Whether the version of the message template is activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version number of the message template version.
- Parameters:
versionNumber
- The version number of the message template version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-