Interface ConversationSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConversationSource.Builder,,ConversationSource> SdkBuilder<ConversationSource.Builder,,ConversationSource> SdkPojo
- Enclosing class:
ConversationSource
@Mutable
@NotThreadSafe
public static interface ConversationSource.Builder
extends SdkPojo, CopyableBuilder<ConversationSource.Builder,ConversationSource>
-
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The unique identifier of the Amazon Q Business attachment.conversationId(String conversationId) The unique identifier of the Amazon Q Business conversation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
conversationId
The unique identifier of the Amazon Q Business conversation.
- Parameters:
conversationId- The unique identifier of the Amazon Q Business conversation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachmentId
The unique identifier of the Amazon Q Business attachment.
- Parameters:
attachmentId- The unique identifier of the Amazon Q Business attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-