Interface ActivateMessageTemplateRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ActivateMessageTemplateRequest.Builder,,ActivateMessageTemplateRequest> QConnectRequest.Builder,SdkBuilder<ActivateMessageTemplateRequest.Builder,,ActivateMessageTemplateRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ActivateMessageTemplateRequest
@Mutable
@NotThreadSafe
public static interface ActivateMessageTemplateRequest.Builder
extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<ActivateMessageTemplateRequest.Builder,ActivateMessageTemplateRequest>
-
Method Summary
Modifier and TypeMethodDescriptionknowledgeBaseId(String knowledgeBaseId) The identifier of the knowledge base.messageTemplateId(String messageTemplateId) The identifier of the message template.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.versionNumber(Long versionNumber) The version number of the message template version to activate.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.qconnect.model.QConnectRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
knowledgeBaseId
The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
knowledgeBaseId- The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageTemplateId
The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.
- Parameters:
messageTemplateId- The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionNumber
The version number of the message template version to activate.
- Parameters:
versionNumber- The version number of the message template version to activate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ActivateMessageTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ActivateMessageTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-