Interface DeleteMessageTemplateAttachmentRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteMessageTemplateAttachmentRequest.Builder,,DeleteMessageTemplateAttachmentRequest> QConnectRequest.Builder,SdkBuilder<DeleteMessageTemplateAttachmentRequest.Builder,,DeleteMessageTemplateAttachmentRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DeleteMessageTemplateAttachmentRequest
@Mutable
@NotThreadSafe
public static interface DeleteMessageTemplateAttachmentRequest.Builder
extends QConnectRequest.Builder, SdkPojo, CopyableBuilder<DeleteMessageTemplateAttachmentRequest.Builder,DeleteMessageTemplateAttachmentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The identifier of the attachment file.knowledgeBaseId(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.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.
-
attachmentId
The identifier of the attachment file.
- Parameters:
attachmentId- The identifier of the attachment file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteMessageTemplateAttachmentRequest.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
DeleteMessageTemplateAttachmentRequest.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.
-